Commit fb53bc79 by Trần Văn Minh

xóa git cho uploads và language

parent 91a82db4
/.idea
/uploads
/application/language
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
if ( ! function_exists('account_type')){
function account_type($number = "", $is_supper_admin = "", $children_org = '') {
if ($is_supper_admin == 1) {
$result = array(
array('id'=> 0, 'name'=> 'supper admin'),
array('id'=> 1, 'name'=> 'admin'),
array('id'=> 2, 'name'=> 'organization'),
array('id'=> 3, 'name'=> 'teacher'),
array('id'=> 4, 'name'=> 'student'),
);
} else
if($number == 1) {
$result = array(
array('id'=> 1, 'name'=> 'admin'),
array('id'=> 2, 'name'=> 'organization'),
array('id'=> 3, 'name'=> 'teacher'),
array('id'=> 4, 'name'=> 'student')
);
} else if ($number == 2) {
if ($children_org == array()) {
$result = array(
array('id'=> 3, 'name'=> 'teacher'),
array('id'=> 4, 'name'=> 'student')
);
} else {
$result = array(
array('id'=> 1, 'name'=> 'admin'),
array('id'=> 2, 'name'=> 'organization'),
array('id'=> 3, 'name'=> 'teacher'),
array('id'=> 4, 'name'=> 'student')
);
}
} else if ($number == 3) {
$result = array(
array('id'=> 4, 'name'=> 'student')
);
}
return $result;
}
}
if(!function_exists('name_account_type')) {
function name_account_type($number) {
switch($number) {
case 1:
$name = 'admin';
break;
case 2:
$name = 'organization';
break;
case 3:
$name = 'teacher';
break;
case 4:
$name = 'student';
break;
default:
$name = 'not_found';
}
return $name;
}
}
if( !function_exists('all_child_organization')){
function all_child_organization($organization_id) {
$CI =& get_instance();
$CI->load->database();
$sql = 'SELECT id ';
$sql .= ' FROM (SELECT * FROM organization ORDER BY parent_id, id) C, (SELECT @pv := ' .$organization_id. ') C2 ';
$sql .= ' WHERE FIND_IN_SET(parent_id, @pv) AND LENGTH(@pv := CONCAT(@pv, ",", id))';
$query = $CI->db->query($sql);
$result = $query->result_array();
$arr = array();
foreach($result as $res):
array_push($arr, $res['id']);
endforeach;
return $arr;
}
}
?>
\ No newline at end of file
{
"language_deleted_successfully": "Language deleted successfully",
"multi_language_settings": "Multi language settings",
"admin": "Admin",
"welcome": "Welcome",
"my_account": "My account",
"settings": "Settings",
"logout": "Logout",
"visit_website": "Visit website",
"navigation": "Navigation",
"dashboard": "Dashboard",
"categories": "Categories",
"add_new_category": "Add new category",
"courses": "Courses",
"students": "Students",
"enrolment": "Enrolment",
"enrol_history": "Enrol history",
"enrol_a_student": "Enrol a student",
"report": "Report",
"admin_revenue": "Admin revenue",
"instructor_revenue": "Instructor revenue",
"message": "Message",
"system_settings": "System settings",
"website_settings": "Website settings",
"payment_settings": "Payment settings",
"instructor_settings": "Instructor settings",
"language_settings": "Language settings",
"smtp_settings": "Smtp settings",
"theme_settings": "Theme settings",
"about": "About",
"mobile_app": "Mobile app",
"manage_language": "Manage language",
"language_list": "Language list",
"add_phrase": "Add phrase",
"add_language": "Add language",
"language": "Language",
"option": "Option",
"edit_phrase": "Edit phrase",
"delete_language": "Delete language",
"add_new_phrase": "Add new phrase",
"save": "Save",
"add_new_language": "Add new language",
"no_special_character_or_space_is_allowed": "No special character or space is allowed",
"valid_examples": "Valid examples",
"phrase_updated": "Phrase updated",
"this_year": "This year",
"active_course": "Active course",
"pending_course": "Pending course",
"heads_up": "Heads up",
"congratulations": "Congratulations",
"oh_snap": "Oh snap",
"please_fill_all_the_required_fields": "Please fill all the required fields",
"close": "Close",
"are_you_sure": "Are you sure",
"cancel": "Cancel",
"continue": "Continue",
"language_added_successfully": "Language added successfully",
"themes_section": "Themes section",
"installed_themes": "Installed themes",
"add_new_themes": "Add new themes",
"activate": "Activate",
"remove": "Remove",
"active_theme": "Active theme",
"theme_successfully_activated": "Theme successfully activated",
"you_do_not_have_right_to_access_this_theme": "You do not have right to access this theme",
"website_name": "Website name",
"website_title": "Website title",
"website_keywords": "Website keywords",
"website_description": "Website description",
"author": "Author",
"slogan": "Slogan",
"system_email": "System email",
"address": "Address",
"phone": "Phone",
"youtube_api_key": "Youtube api key",
"get_youtube_api_key": "Get youtube api key",
"vimeo_api_key": "Vimeo api key",
"get_vimeo_api_key": "Get vimeo api key",
"purchase_code": "Purchase code",
"system_language": "System language",
"student_email_verification": "Student email verification",
"enable": "Enable",
"disable": "Disable",
"footer_link": "Footer link",
"update_product": "Update product",
"file": "File",
"update": "Update",
"frontend_settings": "Frontend settings",
"banner_title": "Banner title",
"banner_sub_title": "Banner sub title",
"about_us": "About us",
"terms_and_condition": "Terms and condition",
"privacy_policy": "Privacy policy",
"update_settings": "Update settings",
"update_banner_image": "Update banner image",
"upload_banner_image": "Upload banner image",
"update_light_logo": "Update light logo",
"upload_light_logo": "Upload light logo",
"update_dark_logo": "Update dark logo",
"upload_dark_logo": "Upload dark logo",
"update_small_logo": "Update small logo",
"upload_small_logo": "Upload small logo",
"update_favicon": "Update favicon",
"upload_favicon": "Upload favicon",
"setup_payment_informations": "Setup payment informations",
"system_currency_settings": "System currency settings",
"system_currency": "System currency",
"select_system_currency": "Select system currency",
"currency_position": "Currency position",
"left": "Left",
"right": "Right",
"left_with_a_space": "Left with a space",
"right_with_a_space": "Right with a space",
"update_system_currency": "Update system currency",
"setup_paypal_settings": "Setup paypal settings",
"active": "Active",
"no": "No",
"yes": "Yes",
"mode": "Mode",
"sandbox": "Sandbox",
"production": "Production",
"paypal_currency": "Paypal currency",
"select_paypal_currency": "Select paypal currency",
"client_id": "Client id",
"update_paypal_keys": "Update paypal keys",
"setup_stripe_settings": "Setup stripe settings",
"test_mode": "Test mode",
"on": "On",
"off": "Off",
"stripe_currency": "Stripe currency",
"select_stripe_currency": "Select stripe currency",
"test_secret_key": "Test secret key",
"test_public_key": "Test public key",
"live_secret_key": "Live secret key",
"live_public_key": "Live public key",
"update_stripe_keys": "Update stripe keys",
"please_make_sure_that": "Please make sure that",
"are_same": "Are same",
"admin_revenue_this_year": "Admin revenue this year",
"number_courses": "Number courses",
"number_of_lessons": "Number of lessons",
"number_of_enrolment": "Number of enrolment",
"number_of_student": "Number of student",
"course_overview": "Course overview",
"active_courses": "Active courses",
"pending_courses": "Pending courses",
"unpaid_instructor_revenues": "Unpaid instructor revenues",
"sub_categories": "Sub categories",
"edit": "Edit",
"delete": "Delete",
"add_category": "Add category",
"category_add_form": "Category add form",
"category_code": "Category code",
"category_title": "Category title",
"parent": "Parent",
"none": "None",
"icon_picker": "Icon picker",
"category_thumbnail": "Category thumbnail",
"the_image_size_should_be": "The image size should be",
"choose_thumbnail": "Choose thumbnail",
"submit": "Submit",
"enrolled_course": "Enrolled course",
"instructor": "Instructor",
"status": "Status",
"actions": "Actions",
"enrolment_date": "Enrolment date",
"total_amount": "Total amount",
"paid": "Paid",
"home": "Home",
"search": "Search",
"log_out": "Log out",
"shopping_cart": "Shopping cart",
"administrator": "Administrator",
"lessons": "Lessons",
"read_more": "Read more",
"free": "Free",
"online_courses": "Online courses",
"explore_your_knowledge": "Explore your knowledge",
"expert_instruction": "Expert instruction",
"find_the_right_course_for_you": "Find the right course for you",
"lifetime_access": "Lifetime access",
"learn_on_your_schedule": "Learn on your schedule",
"top_courses": "Top courses",
"pick_according_to_your_choice": "Pick according to your choice",
"preview_course": "Preview course",
"add_to_cart": "Add to cart",
"enrol": "Enrol",
"view_all_courses": "View all courses",
"get_category_wise_different_courses": "Get category wise different courses",
"terms___conditions": "Terms & conditions",
"version": "Version",
"added_to_cart": "Added to cart",
"checkout": "Checkout",
"paypal": "Paypal",
"stripe": "Stripe",
"login": "Login",
"your_email": "Your email",
"your_password": "Your password",
"forgot_password": "Forgot password",
"new_to": "New to",
"sign_up": "Sign up",
"first_name": "First name",
"last_name": "Last name",
"email": "Email",
"password": "Password",
"register": "Register",
"already_have_an_account": "Already have an account",
"sign_in": "Sign in",
"welcom": "Welcom",
"manage_account": "Manage account",
"my_courses": "My courses",
"my_wishlist": "My wishlist",
"my_messages": "My messages",
"purchase_history": "Purchase history",
"user_profile": "User profile",
"add_new_course": "Add new course",
"free_courses": "Free courses",
"paid_courses": "Paid courses",
"course_list": "Course list",
"all": "All",
"pending": "Pending",
"price": "Price",
"..": "..",
"filter": "Filter",
"title": "Title",
"category": "Category",
"lesson_&_section": "Lesson & section",
"enrolled_student": "Enrolled student",
"total_section": "Total section",
"total_lesson": "Total lesson",
"total_enrolment": "Total enrolment",
"view_course_on_frontend": "View course on frontend",
"edit_this_course": "Edit this course",
"section_&_lesson": "Section & lesson",
"inform_instructor": "Inform instructor",
"mark_as_pending": "Mark as pending",
"mark_as_active": "Mark as active",
"add_course": "Add course",
"course_adding_form": "Course adding form",
"back_to_course_list": "Back to course list",
"basic": "Basic",
"requirements": "Requirements",
"outcomes": "Outcomes",
"pricing": "Pricing",
"media": "Media",
"seo": "Seo",
"finish": "Finish",
"course_title": "Course title",
"enter_course_title": "Enter course title",
"short_description": "Short description",
"description": "Description",
"select_a_category": "Select a category",
"level": "Level",
"beginner": "Beginner",
"advanced": "Advanced",
"intermediate": "Intermediate",
"language_made_in": "Language made in",
"check_if_this_course_is_top_course": "Check if this course is top course",
"provide_requirements": "Provide requirements",
"provide_outcomes": "Provide outcomes",
"check_if_this_is_a_free_course": "Check if this is a free course",
"course_price": "Course price",
"enter_course_course_price": "Enter course course price",
"check_if_this_course_has_discount": "Check if this course has discount",
"discounted_price": "Discounted price",
"this_course_has": "This course has",
"discount": "Discount",
"course_overview_provider": "Course overview provider",
"youtube": "Youtube",
"vimeo": "Vimeo",
"html5": "Html5",
"course_overview_url": "Course overview url",
"course_thumbnail": "Course thumbnail",
"course_banner": "Course banner",
"course_slider_thumbnail": "Course slider thumbnail",
"course_slider_banner": "Course slider banner",
"meta_keywords": "Meta keywords",
"meta_description": "Meta description",
"thank_you": "Thank you",
"you_are_just_one_click_away": "You are just one click away",
"edit_course": "Edit course",
"course_manager": "Course manager",
"view_on_frontend": "View on frontend",
"curriculum": "Curriculum",
"add_new_section": "Add new section",
"add_section": "Add section",
"add_new_lesson": "Add new lesson",
"add_lesson": "Add lesson",
"add_new_quiz": "Add new quiz",
"add_quiz": "Add quiz",
"sort_sections": "Sort sections",
"section": "Section",
"sort_lessons": "Sort lessons",
"sort_lesson": "Sort lesson",
"update_section": "Update section",
"edit_section": "Edit section",
"delete_section": "Delete section",
"update_lesson": "Update lesson",
"lesson": "Lesson",
"manage_quiz_questions": "Manage quiz questions",
"update_quiz_information": "Update quiz information",
"quiz": "Quiz",
"lesson_type": "Lesson type",
"select_type_of_lesson": "Select type of lesson",
"video_url": "Video url",
"text_file": "Text file",
"pdf_file": "Pdf file",
"document_file": "Document file",
"image_file": "Image file",
"lesson_provider": "Lesson provider",
"select_lesson_provider": "Select lesson provider",
"analyzing_the_url": "Analyzing the url",
"invalid_url": "Invalid url",
"your_video_source_has_to_be_either_youtube_or_vimeo": "Your video source has to be either youtube or vimeo",
"duration": "Duration",
"thumbnail": "Thumbnail",
"attachment": "Attachment",
"summary": "Summary",
"sort_lessons_of": "Sort lessons of",
"update_sorting": "Update sorting",
"lessons_have_been_sorted": "Lessons have been sorted",
"quiz_title": "Quiz title",
"instruction": "Instruction",
"quiz_has_been_added_successfully": "Quiz has been added successfully",
"questions_of": "Questions of",
"add_new_question": "Add new question",
"questions_have_been_sorted": "Questions have been sorted",
"question_title": "Question title",
"number_of_options": "Number of options",
"question_has_been_added": "Question has been added",
"no_options_can_be_blank_and_there_has_to_be_atleast_one_answer": "No options can be blank and there has to be atleast one answer",
"option_": "Option ",
"update_quiz_question": "Update quiz question",
"draft_courses": "Draft courses",
"mark_as_drafted": "Mark as drafted",
"delete_this_course": "Delete this course",
"back_to_home": "Back To Home",
"course_updated_successfully": "Course updated successfully",
"please_wait_untill_admin_approves_it": "Please wait untill admin approves it",
"mail_subject": "Mail subject",
"mail_body": "Mail body",
"send_mail": "Send mail",
"course_status_updated": "Course status updated",
"course": "Course",
"reviews": "Reviews",
"what_will_you_learn": "What will you learn",
"hours": "Hours",
"about_instructor": "About instructor",
"name": "Name",
"student": "Student",
"view_profile": "View profile",
"based_on": "Based on",
"stars": "Stars",
"buy_now": "Buy now",
"what_is_included": "What is included",
"on_demand_videos": "On demand videos",
"full_lifetime_access": "Full lifetime access",
"access_on_mobile_and_tv": "Access on mobile and tv",
"all_courses": "All courses",
"search_for_courses": "Search for courses",
"total": "Total",
"go_to_cart": "Go to cart",
"your_cart_is_empty": "Your cart is empty",
"log_in": "Log in",
"ratings": "Ratings",
"students_enrolled": "Students enrolled",
"created_by": "Created by",
"last_updated": "Last updated",
"what_will_i_learn": "What will i learn",
"curriculum_for_this_course": "Curriculum for this course",
"view_more": "View more",
"other_related_courses": "Other related courses",
"updated": "Updated",
"about_the_instructor": "About the instructor",
"student_feedback": "Student feedback",
"average_rating": "Average rating",
"preview_this_course": "Preview this course",
"includes": "Includes",
"course_preview": "Course preview",
"terms_&_condition": "Terms & condition",
"step": "Step",
"how_would_you_rate_this_course_overall": "How would you rate this course overall",
"write_a_public_review": "Write a public review",
"describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights": "Describe your experience what you got out of the course and other helpful highlights",
"what_did_the_instructor_do_well_and_what_could_use_some_improvement": "What did the instructor do well and what could use some improvement",
"next": "Next",
"previous": "Previous",
"publish": "Publish",
"all_category": "All category",
"show_more": "Show more",
"show_less": "Show less",
"item": "Item",
"what_do_you_want_to_learn": "What do you want to learn",
"explore_a_variety_of_fresh_topics": "Explore a variety of fresh topics",
"last_updater": "Last updater",
"get_enrolled": "Get enrolled",
"top": "Top",
"latest_courses": "Latest courses",
"useful_links": "Useful links",
"contact_with_us": "Contact with us",
"registered_user": "Registered user",
"provide_your_valid_login_credentials": "Provide your valid login credentials",
"do_not_have_an_account": "Do not have an account",
"registration_form": "Registration form",
"sign_up_and_start_learning": "Sign up and start learning",
"provide_your_email_address_to_get_password": "Provide your email address to get password",
"reset_password": "Reset password",
"want_to_go_back": "Want to go back",
"continue_shopping": "Continue shopping",
"credit_/_debit_card": "Credit / debit card",
"pay": "Pay",
"student_name": "Student name",
"view_course": "View course",
"search_results": "Search results",
"already_purchased": "Already purchased",
"amount_paid": "Amount paid",
"purchase_date": "Purchase date",
"instructor_page": "Instructor page",
"biography": "Biography",
"instructor_courses": "Instructor courses",
"course_name": "Course name",
"rating": "Rating",
"wishlist": "Wishlist",
"add_to_wishlist": "Add to wishlist",
"remove_from_wishlist": "Remove from wishlist",
"course_detail": "Course detail",
"start_lesson": "Start lesson",
"course_details": "Course details",
"note": "Note",
"course_content": "Course content",
"min": "Min",
"unavailable_duration": "Unavailable duration",
"number_of_questions": "Number of questions",
"get_started": "Get started",
"question": "Question",
"submit_&_next": "Submit & next",
"check_result": "Check result",
"no_instruction_found": "No instruction found",
"hr": "Hr",
"download": "Download",
"provide_email": "Provide email",
"back_to_login_page": "Back to login page",
"messages": "Messages",
"compose": "Compose",
"select_a_message_thread_to_read_it_here": "Select a message thread to read it here",
"select_an_instructor": "Select an instructor",
"write_your_message": "Write your message",
"send_message": "Send message",
"invoice": "Invoice",
"payment_method": "Payment method",
"bill_to": "Bill to",
"sub_total": "Sub total",
"grand_total": "Grand total",
"print": "Print",
"user": "User",
"basic_info": "Basic info",
"facebook_link": "Facebook link",
"twitter_link": "Twitter link",
"linkedin_link": "Linkedin link",
"update_basic_info": "Update basic info",
"login_credentials": "Login credentials",
"current_password": "Current password",
"new_password": "New password",
"confirm_password": "Confirm password",
"update_login_credentials": "Update login credentials",
"user_photo": "User photo",
"choose_file": "Choose file",
"no_file_chosen": "No file chosen",
"update_profile_photo": "Update profile photo",
"showing_on_this_page": "Showing on this page",
"no_result_found": "No result found",
"no_data_found": "No data found",
"course_added_successfully": "Course added successfully",
"draft": "Draft",
"publish_this_course": "Publish this course",
"your_course_has_been_added_to_draft": "Your course has been added to draft",
"edit_rating": "Edit rating",
"cancel_rating": "Cancel rating",
"provide_your_rating": "Provide your rating",
"write_your_review_here": "Write your review here",
"out_of": "Out of",
"amount_to_pay": "Amount to pay",
"payment_successfully_done": "Payment successfully done",
"no_section_found": "No section found",
"purchased": "Purchased",
"page_not_found": "Page not found",
"we_are_sorry": "We are sorry",
"but_the_page_you_were_looking_for_does_not_exist": "But the page you were looking for does not exist",
"sorry": "Sorry",
"double_check_your_url": "Double check your url",
"this_is_not_the_web_page_you_are_looking_for": "This is not the web page you are looking for",
"which_course_are_you_looking_for": "Which course are you looking for",
"404_page_not_found": "404 page not found",
"404": "404",
"system_settings_updated": "System settings updated",
"not_found": "Not found",
"about_this_application": "About this application",
"software_version": "Software version",
"check_update": "Check update",
"php_version": "Php version",
"curl_enable": "Curl enable",
"enabled": "Enabled",
"purchase_code_status": "Purchase code status",
"support_expiry_date": "Support expiry date",
"customer_name": "Customer name",
"get_customer_support": "Get customer support",
"customer_support": "Customer support",
"courses_in_cart": "Courses in cart",
"by": "By",
"go_to_wishlist": "Go to wishlist",
"your_wishlist_is_empty": "Your wishlist is empty",
"explore_courses": "Explore courses",
"hi": "Hi",
"welcome_back": "Welcome back",
"wishlists": "Wishlists",
"filter_by": "Filter by",
"instructors": "Instructors",
"reset": "Reset",
"search_my_courses": "Search my courses",
"your": "Your",
"no_summary_found": "No summary found",
"sec": "Sec",
"completed": "Completed",
"publish_rating": "Publish rating",
"profile": "Profile",
"account": "Account",
"photo": "Photo",
"add_information_about_yourself_to_share_on_your_profile": "Add information about yourself to share on your profile",
"basics": "Basics",
"add_your_twitter_link": "Add your twitter link",
"add_your_facebook_link": "Add your facebook link",
"add_your_linkedin_link": "Add your linkedin link",
"credentials": "Credentials",
"edit_your_account_settings": "Edit your account settings",
"enter_current_password": "Enter current password",
"enter_new_password": "Enter new password",
"re-type_your_password": "Re-type your password",
"update_user_photo": "Update user photo",
"update_your_photo": "Update your photo",
"upload_image": "Upload image",
"lesson_has_been_updated_successfully": "Lesson has been updated successfully",
"add_student": "Add student",
"enrolled_courses": "Enrolled courses",
"successfully_enrolled": "Successfully enrolled",
"lesson_and_section": "Lesson and section",
"$12": "$12",
"$13": "$13",
"$58": "$58",
"$56": "$56",
"$1800": "$1800",
"$10": "$10",
"section_and_lesson": "Section and lesson",
"$11.99": "$11.99",
"$328": "$328",
"$339": "$339",
"$120": "$120",
"$220": "$220",
"$150": "$150",
"$160": "$160",
"$135": "$135",
"$59": "$59",
"$178": "$178",
"$299": "$299",
"$260": "$260",
"$98": "$98",
"$190": "$190",
"$169": "$169",
"$189": "$189",
"$110": "$110",
"$170": "$170",
"$89": "$89",
"$68": "$68",
"invalid_login_credentials": "Invalid login credentials",
"please_wait": "Please wait",
"new_message": "New message",
"send": "Send",
"date": "Date",
"total_price": "Total price",
"payment_type": "Payment type",
"$250": "$250",
"$99": "$99",
"$0": "$0",
"$130": "$130",
"$22": "$22",
"$45": "$45",
"$199": "$199",
"$109": "$109",
"$69": "$69",
"$79": "$79",
"$88": "$88",
"$65": "$65",
"$29.9": "$29.9",
"$49": "$49",
"$19": "$19",
"$39": "$39",
"$29": "$29",
"$47": "$47",
"$28": "$28",
"$27": "$27",
"$18": "$18",
"$15": "$15",
"$16": "$16",
"$21": "$21",
"$288": "$288",
"$366": "$366",
"$348": "$348",
"$266": "$266",
"$388": "$388",
"$200": "$200",
"$399": "$399",
"$248": "$248",
"$168": "$168",
"$188": "$188",
"$25": "$25",
"$17": "$17",
"$32": "$32",
"$26": "$26",
"$34": "$34",
"$78": "$78",
"$20": "$20",
"$50": "$50",
"$149": "$149",
"$128": "$128",
"$35": "$35",
"$31": "$31",
"$37": "$37",
"$36": "$36",
"$33": "$33",
"$30": "$30",
"$23": "$23",
"$359": "$359",
"provide_a_section_name": "Provide a section name",
"section_has_been_added_successfully": "Section has been added successfully",
"lesson_has_been_added_successfully": "Lesson has been added successfully",
"pay_with_paypal": "Pay with paypal",
"this_instructor_has_not_provided_valid_public_key_or_secret_key": "This instructor has not provided valid public key or secret key",
"pay_with_stripe": "Pay with stripe",
"protocol": "Protocol",
"smtp_host": "Smtp host",
"smtp_port": "Smtp port",
"smtp_username": "Smtp username",
"smtp_password": "Smtp password",
"data_added_successfully": "Data added successfully",
"edit_category": "Edit category",
"update_category": "Update category",
"update_category_form": "Update category form",
"data_updated_successfully": "Data updated successfully",
"video_url_is_not_supported": "Video url is not supported",
"theme_is_showed_up": "Theme is showed up",
"hit_the_install_button_for_installing": "Hit the install button for installing",
"install": "Install",
"theme": "Theme",
"allow_public_instructor": "Allow public instructor",
"instructor_revenue_percentage": "Instructor revenue percentage",
"admin_revenue_percentage": "Admin revenue percentage",
"instructor_settings_updated": "Instructor settings updated",
"payment_due": "Payment due",
"high_quality_videos": "High quality videos",
"life_time_access": "Life time access",
"video": "Video",
"lesson_provider_for_web": "Lesson provider for web",
"video_url_for_web_application": "Video url for web application",
"lesson_provider_for_mobile_application": "Lesson provider for mobile application",
"video_url_for_mobile_application": "Video url for mobile application",
"video_is_only_acceptable": "Video is only acceptable",
"only": "Only",
"type_video_is_acceptable": "Type video is acceptable",
"this_video_will_be_shown_on_web_application": "This video will be shown on web application",
"type_video_is_acceptable_for_mobile_application": "Type video is acceptable for mobile application",
"for_mobile_application": "For mobile application",
"for_web_application": "For web application",
"quiz_has_been_updated_successfully": "Quiz has been updated successfully",
"review_the_course_materials_to_expand_your_learning": "Review the course materials to expand your learning",
"you_got": "You got",
"correct": "Correct",
"submitted_answers": "Submitted answers",
"take_again": "Take again",
"email_duplication": "Email duplication",
"first_name_can_not_be_empty": "First name can not be empty",
"user_update_successfully": "User update successfully",
"updated_successfully": "Updated successfully",
"footer_text": "Footer text",
"enrolment_form": "Enrolment form",
"select_a_user": "Select a user",
"course_to_enrol": "Course to enrol",
"select_a_course": "Select a course",
"enrol_student": "Enrol student",
"private_messaging": "Private messaging",
"private_message": "Private message",
"choose_an_option_from_the_left_side": "Choose an option from the left side",
"register_yourself": "Register yourself",
"your_registration_has_been_successfully_done": "Your registration has been successfully done",
"show_full_biography": "Show full biography",
"total_student": "Total student",
"student_edit": "Student edit",
"student_edit_form": "Student edit form",
"social_information": "Social information",
"payment_info": "Payment info",
"user_image": "User image",
"choose_user_image": "Choose user image",
"facebook": "Facebook",
"twitter": "Twitter",
"linkedin": "Linkedin",
"paypal_client_id": "Paypal client id",
"required_for_instructor": "Required for instructor",
"stripe_public_key": "Stripe public key",
"stripe_secret_key": "Stripe secret key",
"$10000": "$10000",
"student_has_been_enrolled_to_that_course": "Student has been enrolled to that course",
"enrol_histories": "Enrol histories",
"user_name": "User name",
"no_records_found": "No records found",
"$42": "$42",
"terms___condition": "Terms condition",
"student_has_already_been_enrolled_to_this_course": "Student has already been enrolled to this course"
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<?php
/*
* English language
*/
$lang['text_rest_invalid_api_key'] = 'Invalid API key %s'; // %s is the REST API key
$lang['text_rest_invalid_credentials'] = 'Invalid credentials';
$lang['text_rest_ip_denied'] = 'IP denied';
$lang['text_rest_ip_unauthorized'] = 'IP unauthorized';
$lang['text_rest_unauthorized'] = 'Unauthorized';
$lang['text_rest_ajax_only'] = 'Only AJAX requests are allowed';
$lang['text_rest_api_key_unauthorized'] = 'This API key does not have access to the requested controller';
$lang['text_rest_api_key_permissions'] = 'This API key does not have enough permissions';
$lang['text_rest_api_key_time_limit'] = 'This API key has reached the time limit for this method';
$lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';
$lang['text_rest_unknown_method'] = 'Unknown method';
$lang['text_rest_unsupported'] = 'Unsupported protocol';
<?php
/**
* Created by PhpStorm.
* User: DoanPV
* Date: 24/02/2020
* Time: 01:50 PM
*/
$lang['language_deleted_successfully'] = 'Language deleted successfully';
$lang['multi_language_settings'] = 'Multi language settings';
$lang['admin'] = 'Admin';
$lang['welcome'] = 'Welcome';
$lang['my_account'] = 'My account';
$lang['settings'] = 'Settings';
$lang['logout'] = 'Logout';
$lang['visit_website'] = 'Visit website';
$lang['navigation'] = 'Navigation';
$lang['dashboard'] = 'Dashboard';
$lang['categories'] = 'Categories';
$lang['add_new_category'] = 'Add new category';
$lang['courses'] = 'Courses';
$lang['students'] = 'Students';
$lang['enrolment'] = 'Enrolment';
$lang['enrol_history'] = 'Enrol history';
$lang['enrol_a_student'] = 'Enrol a student';
$lang['report'] = 'Report';
$lang['admin_revenue'] = 'Admin revenue';
$lang['instructor_revenue'] = 'Instructor revenue';
$lang['message'] = 'Message';
$lang['system_settings'] = 'System settings';
$lang['website_settings'] = 'Website settings';
$lang['payment_settings'] = 'Payment settings';
$lang['instructor_settings'] = 'Instructor settings';
$lang['language_settings'] = 'Language settings';
$lang['smtp_settings'] = 'Smtp settings';
$lang['theme_settings'] = 'Theme settings';
$lang['about'] = 'About';
$lang['mobile_app'] = 'Mobile app';
$lang['manage_language'] = 'Manage language';
$lang['language_list'] = 'Language list';
$lang['add_phrase'] = 'Add phrase';
$lang['add_language'] = 'Add language';
$lang['language'] = 'Language';
$lang['option'] = 'Option';
$lang['edit_phrase'] = 'Edit phrase';
$lang['delete_language'] = 'Delete language';
$lang['add_new_phrase'] = 'Add new phrase';
$lang['save'] = 'Save';
$lang['add_new_language'] = 'Add new language';
$lang['no_special_character_or_space_is_allowed'] = 'No special character or space is allowed';
$lang['valid_examples'] = 'Valid examples';
$lang['phrase_updated'] = 'Phrase updated';
$lang['this_year'] = 'This year';
$lang['active_course'] = 'Active course';
$lang['pending_course'] = 'Pending course';
$lang['heads_up'] = 'Heads up';
$lang['congratulations'] = 'Congratulations';
$lang['oh_snap'] = 'Oh snap';
$lang['please_fill_all_the_required_fields'] = 'Please fill all the required fields';
$lang['close'] = 'Close';
$lang['are_you_sure'] = 'Are you sure';
$lang['cancel'] = 'Cancel';
$lang['continue'] = 'Continue';
$lang['language_added_successfully'] = 'Language added successfully';
$lang['themes_section'] = 'Themes section';
$lang['installed_themes'] = 'Installed themes';
$lang['add_new_themes'] = 'Add new themes';
$lang['activate'] = 'Activate';
$lang['remove'] = 'Remove';
$lang['active_theme'] = 'Active theme';
$lang['theme_successfully_activated'] = 'Theme successfully activated';
$lang['you_do_not_have_right_to_access_this_theme'] = 'You do not have right to access this theme';
$lang['website_name'] = 'Website name';
$lang['website_title'] = 'Website title';
$lang['website_keywords'] = 'Website keywords';
$lang['website_description'] = 'Website description';
$lang['author'] = 'Author';
$lang['slogan'] = 'Slogan';
$lang['system_email'] = 'System email';
$lang['address'] = 'Address';
$lang['phone'] = 'Phone';
$lang['youtube_api_key'] = 'Youtube api key';
$lang['get_youtube_api_key'] = 'Get youtube api key';
$lang['vimeo_api_key'] = 'Vimeo api key';
$lang['get_vimeo_api_key'] = 'Get vimeo api key';
$lang['purchase_code'] = 'Purchase code';
$lang['system_language'] = 'System language';
$lang['student_email_verification'] = 'Student email verification';
$lang['enable'] = 'Enable';
$lang['disable'] = 'Disable';
$lang['footer_link'] = 'Footer link';
$lang['update_product'] = 'Update product';
$lang['file'] = 'File';
$lang['update'] = 'Update';
$lang['frontend_settings'] = 'Frontend settings';
$lang['banner_title'] = 'Banner title';
$lang['banner_sub_title'] = 'Banner sub title';
$lang['about_us'] = 'About us';
$lang['terms_and_condition'] = 'Terms and condition';
$lang['privacy_policy'] = 'Privacy policy';
$lang['update_settings'] = 'Update settings';
$lang['update_banner_image'] = 'Update banner image';
$lang['upload_banner_image'] = 'Upload banner image';
$lang['update_light_logo'] = 'Update light logo';
$lang['upload_light_logo'] = 'Upload light logo';
$lang['update_dark_logo'] = 'Update dark logo';
$lang['upload_dark_logo'] = 'Upload dark logo';
$lang['update_small_logo'] = 'Update small logo';
$lang['upload_small_logo'] = 'Upload small logo';
$lang['update_favicon'] = 'Update favicon';
$lang['upload_favicon'] = 'Upload favicon';
$lang['setup_payment_informations'] = 'Setup payment informations';
$lang['system_currency_settings'] = 'System currency settings';
$lang['system_currency'] = 'System currency';
$lang['select_system_currency'] = 'Select system currency';
$lang['currency_position'] = 'Currency position';
$lang['left'] = 'Left';
$lang['right'] = 'Right';
$lang['left_with_a_space'] = 'Left with a space';
$lang['right_with_a_space'] = 'Right with a space';
$lang['update_system_currency'] = 'Update system currency';
$lang['setup_paypal_settings'] = 'Setup paypal settings';
$lang['active'] = 'Active';
$lang['no'] = 'No';
$lang['yes'] = 'Yes';
$lang['mode'] = 'Mode';
$lang['sandbox'] = 'Sandbox';
$lang['production'] = 'Production';
$lang['paypal_currency'] = 'Paypal currency';
$lang['select_paypal_currency'] = 'Select paypal currency';
$lang['client_id'] = 'Client id';
$lang['update_paypal_keys'] = 'Update paypal keys';
$lang['setup_stripe_settings'] = 'Setup stripe settings';
$lang['test_mode'] = 'Test mode';
$lang['on'] = 'On';
$lang['off'] = 'Off';
$lang['stripe_currency'] = 'Stripe currency';
$lang['select_stripe_currency'] = 'Select stripe currency';
$lang['test_secret_key'] = 'Test secret key';
$lang['test_public_key'] = 'Test public key';
$lang['live_secret_key'] = 'Live secret key';
$lang['live_public_key'] = 'Live public key';
$lang['update_stripe_keys'] = 'Update stripe keys';
$lang['please_make_sure_that'] = 'Please make sure that';
$lang['are_same'] = 'Are same';
$lang['admin_revenue_this_year'] = 'Admin revenue this year';
$lang['number_courses'] = 'Number courses';
$lang['number_of_lessons'] = 'Number of lessons';
$lang['number_of_enrolment'] = 'Number of enrolment';
$lang['number_of_student'] = 'Number of student';
$lang['course_overview'] = 'Course overview';
$lang['active_courses'] = 'Active courses';
$lang['pending_courses'] = 'Pending courses';
$lang['unpaid_instructor_revenues'] = 'Unpaid instructor revenues';
$lang['sub_categories'] = 'Sub categories';
$lang['edit'] = 'Edit';
$lang['delete'] = 'Delete';
$lang['add_category'] = 'Add category';
$lang['category_add_form'] = 'Category add form';
$lang['category_code'] = 'Category code';
$lang['category_title'] = 'Category title';
$lang['parent'] = 'Parent';
$lang['none'] = 'None';
$lang['icon_picker'] = 'Icon picker';
$lang['category_thumbnail'] = 'Category thumbnail';
$lang['the_image_size_should_be'] = 'The image size should be';
$lang['choose_thumbnail'] = 'Choose thumbnail';
$lang['submit'] = 'Submit';
$lang['enrolled_course'] = 'Enrolled course';
$lang['instructor'] = 'Instructor';
$lang['status'] = 'Status';
$lang['actions'] = 'Actions';
$lang['enrolment_date'] = 'Enrolment date';
$lang['total_amount'] = 'Total amount';
$lang['paid'] = 'Paid';
$lang['home'] = 'Home';
$lang['search'] = 'Search';
$lang['log_out'] = 'Log out';
$lang['shopping_cart'] = 'Shopping cart';
$lang['administrator'] = 'Administrator';
$lang['lessons'] = 'Lessons';
$lang['read_more'] = 'Read more';
$lang['free'] = 'Free';
$lang['online_courses'] = 'Online courses';
$lang['explore_your_knowledge'] = 'Explore your knowledge';
$lang['expert_instruction'] = 'Expert instruction';
$lang['find_the_right_course_for_you'] = 'Find the right course for you';
$lang['lifetime_access'] = 'Lifetime access';
$lang['learn_on_your_schedule'] = 'Learn on your schedule';
$lang['top_courses'] = 'Top courses';
$lang['pick_according_to_your_choice'] = 'Pick according to your choice';
$lang['preview_course'] = 'Preview course';
$lang['add_to_cart'] = 'Add to cart';
$lang['enrol'] = 'Enrol';
$lang['view_all_courses'] = 'View all courses';
$lang['get_category_wise_different_courses'] = 'Get category wise different courses';
$lang['terms___conditions'] = 'Terms & conditions';
$lang['version'] = 'Version';
$lang['added_to_cart'] = 'Added to cart';
$lang['checkout'] = 'Checkout';
$lang['paypal'] = 'Paypal';
$lang['stripe'] = 'Stripe';
$lang['login'] = 'Login';
$lang['your_email'] = 'Your email';
$lang['your_password'] = 'Your password';
$lang['forgot_password'] = 'Forgot password';
$lang['new_to'] = 'New to';
$lang['sign_up'] = 'Sign up';
$lang['first_name'] = 'First name';
$lang['last_name'] = 'Last name';
$lang['email'] = 'Email';
$lang['password'] = 'Password';
$lang['register'] = 'Register';
$lang['already_have_an_account'] = 'Already have an account';
$lang['sign_in'] = 'Sign in';
$lang['welcom'] = 'Welcom';
$lang['manage_account'] = 'Manage account';
$lang['my_courses'] = 'My courses';
$lang['my_wishlist'] = 'My wishlist';
$lang['my_messages'] = 'My messages';
$lang['purchase_history'] = 'Purchase history';
$lang['user_profile'] = 'User profile';
$lang['add_new_course'] = 'Add new course';
$lang['free_courses'] = 'Free courses';
$lang['paid_courses'] = 'Paid courses';
$lang['course_list'] = 'Course list';
$lang['all'] = 'All';
$lang['pending'] = 'Pending';
$lang['price'] = 'Price';
$lang['..'] = '..';
$lang['filter'] = 'Filter';
$lang['title'] = 'Title';
$lang['category'] = 'Category';
$lang['lesson_&_section'] = 'Lesson & section';
$lang['enrolled_student'] = 'Enrolled student';
$lang['total_section'] = 'Total section';
$lang['total_lesson'] = 'Total lesson';
$lang['total_enrolment'] = 'Total enrolment';
$lang['view_course_on_frontend'] = 'View course on frontend';
$lang['edit_this_course'] = 'Edit this course';
$lang['section_&_lesson'] = 'Section & lesson';
$lang['inform_instructor'] = 'Inform instructor';
$lang['mark_as_pending'] = 'Mark as pending';
$lang['mark_as_active'] = 'Mark as active';
$lang['add_course'] = 'Add course';
$lang['course_adding_form'] = 'Course adding form';
$lang['back_to_course_list'] = 'Back to course list';
$lang['basic'] = 'Basic';
$lang['requirements'] = 'Requirements';
$lang['outcomes'] = 'Outcomes';
$lang['pricing'] = 'Pricing';
$lang['media'] = 'Media';
$lang['seo'] = 'Seo';
$lang['finish'] = 'Finish';
$lang['course_title'] = 'Course title';
$lang['enter_course_title'] = 'Enter course title';
$lang['short_description'] = 'Short description';
$lang['description'] = 'Description';
$lang['select_a_category'] = 'Select a category';
$lang['level'] = 'Level';
$lang['beginner'] = 'Beginner';
$lang['advanced'] = 'Advanced';
$lang['intermediate'] = 'Intermediate';
$lang['language_made_in'] = 'Language made in';
$lang['check_if_this_course_is_top_course'] = 'Check if this course is top course';
$lang['provide_requirements'] = 'Provide requirements';
$lang['provide_outcomes'] = 'Provide outcomes';
$lang['check_if_this_is_a_free_course'] = 'Check if this is a free course';
$lang['course_price'] = 'Course price';
$lang['enter_course_course_price'] = 'Enter course course price';
$lang['check_if_this_course_has_discount'] = 'Check if this course has discount';
$lang['discounted_price'] = 'Discounted price';
$lang['this_course_has'] = 'This course has';
$lang['discount'] = 'Discount';
$lang['course_overview_provider'] = 'Course overview provider';
$lang['youtube'] = 'Youtube';
$lang['vimeo'] = 'Vimeo';
$lang['html5'] = 'Html5';
$lang['course_overview_url'] = 'Course overview url';
$lang['course_thumbnail'] = 'Course thumbnail';
$lang['course_banner'] = 'Course banner';
$lang['course_slider_thumbnail'] = 'Course slider thumbnail';
$lang['course_slider_banner'] = 'Course slider banner';
$lang['meta_keywords'] = 'Meta keywords';
$lang['meta_description'] = 'Meta description';
$lang['thank_you'] = 'Thank you';
$lang['you_are_just_one_click_away'] = 'You are just one click away';
$lang['edit_course'] = 'Edit course';
$lang['course_manager'] = 'Course manager';
$lang['view_on_frontend'] = 'View on frontend';
$lang['curriculum'] = 'Curriculum';
$lang['add_new_section'] = 'Add new section';
$lang['add_section'] = 'Add section';
$lang['add_new_lesson'] = 'Add new lesson';
$lang['add_lesson'] = 'Add lesson';
$lang['add_new_quiz'] = 'Add new quiz';
$lang['add_quiz'] = 'Add quiz';
$lang['sort_sections'] = 'Sort sections';
$lang['section'] = 'Section';
$lang['sort_lessons'] = 'Sort lessons';
$lang['sort_lesson'] = 'Sort lesson';
$lang['update_section'] = 'Update section';
$lang['edit_section'] = 'Edit section';
$lang['delete_section'] = 'Delete section';
$lang['update_lesson'] = 'Update lesson';
$lang['lesson'] = 'Lesson';
$lang['manage_quiz_questions'] = 'Manage quiz questions';
$lang['update_quiz_information'] = 'Update quiz information';
$lang['quiz'] = 'Quiz';
$lang['lesson_type'] = 'Lesson type';
$lang['select_type_of_lesson'] = 'Select type of lesson';
$lang['video_url'] = 'Video url';
$lang['text_file'] = 'Text file';
$lang['pdf_file'] = 'Pdf file';
$lang['document_file'] = 'Document file';
$lang['image_file'] = 'Image file';
$lang['lesson_provider'] = 'Lesson provider';
$lang['select_lesson_provider'] = 'Select lesson provider';
$lang['analyzing_the_url'] = 'Analyzing the url';
$lang['invalid_url'] = 'Invalid url';
$lang['your_video_source_has_to_be_either_youtube_or_vimeo'] = 'Your video source has to be either youtube or vimeo';
$lang['duration'] = 'Duration';
$lang['thumbnail'] = 'Thumbnail';
$lang['attachment'] = 'Attachment';
$lang['summary'] = 'Summary';
$lang['sort_lessons_of'] = 'Sort lessons of';
$lang['update_sorting'] = 'Update sorting';
$lang['lessons_have_been_sorted'] = 'Lessons have been sorted';
$lang['quiz_title'] = 'Quiz title';
$lang['instruction'] = 'Instruction';
$lang['quiz_has_been_added_successfully'] = 'Quiz has been added successfully';
$lang['questions_of'] = 'Questions of';
$lang['add_new_question'] = 'Add new question';
$lang['questions_have_been_sorted'] = 'Questions have been sorted';
$lang['question_title'] = 'Question title';
$lang['number_of_options'] = 'Number of options';
$lang['question_has_been_added'] = 'Question has been added';
$lang['no_options_can_be_blank_and_there_has_to_be_atleast_one_answer'] = 'No options can be blank and there has to be atleast one answer';
$lang['option_'] = 'Option ';
$lang['update_quiz_question'] = 'Update quiz question';
$lang['draft_courses'] = 'Draft courses';
$lang['mark_as_drafted'] = 'Mark as drafted';
$lang['delete_this_course'] = 'Delete this course';
$lang['back_to_home'] = 'Back To Home';
$lang['course_updated_successfully'] = 'Course updated successfully';
$lang['please_wait_untill_admin_approves_it'] = 'Please wait untill admin approves it';
$lang['mail_subject'] = 'Mail subject';
$lang['mail_body'] = 'Mail body';
$lang['send_mail'] = 'Send mail';
$lang['course_status_updated'] = 'Course status updated';
$lang['course'] = 'Course';
$lang['reviews'] = 'Reviews';
$lang['what_will_you_learn'] = 'What will you learn';
$lang['hours'] = 'Hours';
$lang['about_instructor'] = 'About instructor';
$lang['name'] = 'Name';
$lang['student'] = 'Student';
$lang['view_profile'] = 'View profile';
$lang['based_on'] = 'Based on';
$lang['stars'] = 'Stars';
$lang['buy_now'] = 'Buy now';
$lang['what_is_included'] = 'What is included';
$lang['on_demand_videos'] = 'On demand videos';
$lang['full_lifetime_access'] = 'Full lifetime access';
$lang['access_on_mobile_and_tv'] = 'Access on mobile and tv';
$lang['all_courses'] = 'All courses';
$lang['search_for_courses'] = 'Search for courses';
$lang['total'] = 'Total';
$lang['go_to_cart'] = 'Go to cart';
$lang['your_cart_is_empty'] = 'Your cart is empty';
$lang['log_in'] = 'Log in';
$lang['ratings'] = 'Ratings';
$lang['students_enrolled'] = 'Students enrolled';
$lang['created_by'] = 'Created by';
$lang['last_updated'] = 'Last updated';
$lang['what_will_i_learn'] = 'What will i learn';
$lang['curriculum_for_this_course'] = 'Curriculum for this course';
$lang['view_more'] = 'View more';
$lang['other_related_courses'] = 'Other related courses';
$lang['updated'] = 'Updated';
$lang['about_the_instructor'] = 'About the instructor';
$lang['student_feedback'] = 'Student feedback';
$lang['average_rating'] = 'Average rating';
$lang['preview_this_course'] = 'Preview this course';
$lang['includes'] = 'Includes';
$lang['course_preview'] = 'Course preview';
$lang['terms_&_condition'] = 'Terms & condition';
$lang['step'] = 'Step';
$lang['how_would_you_rate_this_course_overall'] = 'How would you rate this course overall';
$lang['write_a_public_review'] = 'Write a public review';
$lang['describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights'] = 'Describe your experience what you got out of the course and other helpful highlights';
$lang['what_did_the_instructor_do_well_and_what_could_use_some_improvement'] = 'What did the instructor do well and what could use some improvement';
$lang['next'] = 'Next';
$lang['previous'] = 'Previous';
$lang['publish'] = 'Publish';
$lang['all_category'] = 'All category';
$lang['show_more'] = 'Show more';
$lang['show_less'] = 'Show less';
$lang['item'] = 'Item';
$lang['what_do_you_want_to_learn'] = 'What do you want to learn';
$lang['explore_a_variety_of_fresh_topics'] = 'Explore a variety of fresh topics';
$lang['last_updater'] = 'Last updater';
$lang['get_enrolled'] = 'Get enrolled';
$lang['top'] = 'Top';
$lang['latest_courses'] = 'Latest courses';
$lang['useful_links'] = 'Useful links';
$lang['contact_with_us'] = 'Contact with us';
$lang['registered_user'] = 'Registered user';
$lang['provide_your_valid_login_credentials'] = 'Provide your valid login credentials';
$lang['do_not_have_an_account'] = 'Do not have an account';
$lang['registration_form'] = 'Registration form';
$lang['sign_up_and_start_learning'] = 'Sign up and start learning';
$lang['provide_your_email_address_to_get_password'] = 'Provide your email address to get password';
$lang['reset_password'] = 'Reset password';
$lang['want_to_go_back'] = 'Want to go back';
$lang['continue_shopping'] = 'Continue shopping';
$lang['credit_/_debit_card'] = 'Credit / debit card';
$lang['pay'] = 'Pay';
$lang['student_name'] = 'Student name';
$lang['view_course'] = 'View course';
$lang['search_results'] = 'Search results';
$lang['already_purchased'] = 'Already purchased';
$lang['amount_paid'] = 'Amount paid';
$lang['purchase_date'] = 'Purchase date';
$lang['instructor_page'] = 'Instructor page';
$lang['biography'] = 'Biography';
$lang['instructor_courses'] = 'Instructor courses';
$lang['course_name'] = 'Course name';
$lang['rating'] = 'Rating';
$lang['wishlist'] = 'Wishlist';
$lang['add_to_wishlist'] = 'Add to wishlist';
$lang['remove_from_wishlist'] = 'Remove from wishlist';
$lang['course_detail'] = 'Course detail';
$lang['start_lesson'] = 'Start lesson';
$lang['course_details'] = 'Course details';
$lang['note'] = 'Note';
$lang['course_content'] = 'Course content';
$lang['min'] = 'Min';
$lang['unavailable_duration'] = 'Unavailable duration';
$lang['number_of_questions'] = 'Number of questions';
$lang['get_started'] = 'Get started';
$lang['question'] = 'Question';
$lang['submit_&_next'] = 'Submit & next';
$lang['check_result'] = 'Check result';
$lang['no_instruction_found'] = 'No instruction found';
$lang['hr'] = 'Hr';
$lang['download'] = 'Download';
$lang['provide_email'] = 'Provide email';
$lang['back_to_login_page'] = 'Back to login page';
$lang['messages'] = 'Messages';
$lang['compose'] = 'Compose';
$lang['select_a_message_thread_to_read_it_here'] = 'Select a message thread to read it here';
$lang['select_an_instructor'] = 'Select an instructor';
$lang['write_your_message'] = 'Write your message';
$lang['send_message'] = 'Send message';
$lang['invoice'] = 'Invoice';
$lang['payment_method'] = 'Payment method';
$lang['bill_to'] = 'Bill to';
$lang['sub_total'] = 'Sub total';
$lang['grand_total'] = 'Grand total';
$lang['print'] = 'Print';
$lang['user'] = 'User';
$lang['basic_info'] = 'Basic info';
$lang['facebook_link'] = 'Facebook link';
$lang['twitter_link'] = 'Twitter link';
$lang['linkedin_link'] = 'Linkedin link';
$lang['update_basic_info'] = 'Update basic info';
$lang['login_credentials'] = 'Login credentials';
$lang['current_password'] = 'Current password';
$lang['new_password'] = 'New password';
$lang['confirm_password'] = 'Confirm password';
$lang['update_login_credentials'] = 'Update login credentials';
$lang['user_photo'] = 'User photo';
$lang['choose_file'] = 'Choose file';
$lang['no_file_chosen'] = 'No file chosen';
$lang['update_profile_photo'] = 'Update profile photo';
$lang['showing_on_this_page'] = 'Showing on this page';
$lang['no_result_found'] = 'No result found';
$lang['no_data_found'] = 'No data found';
$lang['course_added_successfully'] = 'Course added successfully';
$lang['draft'] = 'Draft';
$lang['publish_this_course'] = 'Publish this course';
$lang['your_course_has_been_added_to_draft'] = 'Your course has been added to draft';
$lang['edit_rating'] = 'Edit rating';
$lang['cancel_rating'] = 'Cancel rating';
$lang['provide_your_rating'] = 'Provide your rating';
$lang['write_your_review_here'] = 'Write your review here';
$lang['out_of'] = 'Out of';
$lang['amount_to_pay'] = 'Amount to pay';
$lang['payment_successfully_done'] = 'Payment successfully done';
$lang['no_section_found'] = 'No section found';
$lang['purchased'] = 'Purchased';
$lang['page_not_found'] = 'Page not found';
$lang['we_are_sorry'] = 'We are sorry';
$lang['but_the_page_you_were_looking_for_does_not_exist'] = 'But the page you were looking for does not exist';
$lang['sorry'] = 'Sorry';
$lang['double_check_your_url'] = 'Double check your url';
$lang['this_is_not_the_web_page_you_are_looking_for'] = 'This is not the web page you are looking for';
$lang['which_course_are_you_looking_for'] = 'Which course are you looking for';
$lang['404_page_not_found'] = '404 page not found';
$lang['404'] = '404';
$lang['system_settings_updated'] = 'System settings updated';
$lang['not_found'] = 'Not found';
$lang['about_this_application'] = 'About this application';
$lang['software_version'] = 'Software version';
$lang['check_update'] = 'Check update';
$lang['php_version'] = 'Php version';
$lang['curl_enable'] = 'Curl enable';
$lang['enabled'] = 'Enabled';
$lang['purchase_code_status'] = 'Purchase code status';
$lang['support_expiry_date'] = 'Support expiry date';
$lang['customer_name'] = 'Customer name';
$lang['get_customer_support'] = 'Get customer support';
$lang['customer_support'] = 'Customer support';
$lang['courses_in_cart'] = 'Courses in cart';
$lang['by'] = 'By';
$lang['go_to_wishlist'] = 'Go to wishlist';
$lang['your_wishlist_is_empty'] = 'Your wishlist is empty';
$lang['explore_courses'] = 'Explore courses';
$lang['hi'] = 'Hi';
$lang['welcome_back'] = 'Welcome back';
$lang['wishlists'] = 'Wishlists';
$lang['filter_by'] = 'Filter by';
$lang['instructors'] = 'Instructors';
$lang['reset'] = 'Reset';
$lang['search_my_courses'] = 'Search my courses';
$lang['your'] = 'Your';
$lang['no_summary_found'] = 'No summary found';
$lang['sec'] = 'Sec';
$lang['completed'] = 'Completed';
$lang['publish_rating'] = 'Publish rating';
$lang['profile'] = 'Profile';
$lang['account'] = 'Account';
$lang['photo'] = 'Photo';
$lang['add_information_about_yourself_to_share_on_your_profile'] = 'Add information about yourself to share on your profile';
$lang['basics'] = 'Basics';
$lang['add_your_twitter_link'] = 'Add your twitter link';
$lang['add_your_facebook_link'] = 'Add your facebook link';
$lang['add_your_linkedin_link'] = 'Add your linkedin link';
$lang['credentials'] = 'Credentials';
$lang['edit_your_account_settings'] = 'Edit your account settings';
$lang['enter_current_password'] = 'Enter current password';
$lang['enter_new_password'] = 'Enter new password';
$lang['re-type_your_password'] = 'Re-type your password';
$lang['update_user_photo'] = 'Update user photo';
$lang['update_your_photo'] = 'Update your photo';
$lang['upload_image'] = 'Upload image';
$lang['lesson_has_been_updated_successfully'] = 'Lesson has been updated successfully';
$lang['add_student'] = 'Add student';
$lang['enrolled_courses'] = 'Enrolled courses';
$lang['successfully_enrolled'] = 'Successfully enrolled';
$lang['lesson_and_section'] = 'Lesson and section';
$lang['$12'] = '$12';
$lang['$13'] = '$13';
$lang['$58'] = '$58';
$lang['$56'] = '$56';
$lang['$1800'] = '$1800';
$lang['$10'] = '$10';
$lang['section_and_lesson'] = 'Section and lesson';
$lang['$11.99'] = '$11.99';
$lang['$328'] = '$328';
$lang['$339'] = '$339';
$lang['$120'] = '$120';
$lang['$220'] = '$220';
$lang['$150'] = '$150';
$lang['$160'] = '$160';
$lang['$135'] = '$135';
$lang['$59'] = '$59';
$lang['$178'] = '$178';
$lang['$299'] = '$299';
$lang['$260'] = '$260';
$lang['$98'] = '$98';
$lang['$190'] = '$190';
$lang['$169'] = '$169';
$lang['$189'] = '$189';
$lang['$110'] = '$110';
$lang['$170'] = '$170';
$lang['$89'] = '$89';
$lang['$68'] = '$68';
$lang['invalid_login_credentials'] = 'Invalid login credentials';
$lang['please_wait'] = 'Please wait';
$lang['new_message'] = 'New message';
$lang['send'] = 'Send';
$lang['date'] = 'Date';
$lang['total_price'] = 'Total price';
$lang['payment_type'] = 'Payment type';
$lang['$250'] = '$250';
$lang['$99'] = '$99';
$lang['$0'] = '$0';
$lang['$130'] = '$130';
$lang['$22'] = '$22';
$lang['$45'] = '$45';
$lang['$199'] = '$199';
$lang['$109'] = '$109';
$lang['$69'] = '$69';
$lang['$79'] = '$79';
$lang['$88'] = '$88';
$lang['$65'] = '$65';
$lang['$29.9'] = '$29.9';
$lang['$49'] = '$49';
$lang['$19'] = '$19';
$lang['$39'] = '$39';
$lang['$29'] = '$29';
$lang['$47'] = '$47';
$lang['$28'] = '$28';
$lang['$27'] = '$27';
$lang['$18'] = '$18';
$lang['$15'] = '$15';
$lang['$16'] = '$16';
$lang['$21'] = '$21';
$lang['$288'] = '$288';
$lang['$366'] = '$366';
$lang['$348'] = '$348';
$lang['$266'] = '$266';
$lang['$388'] = '$388';
$lang['$200'] = '$200';
$lang['$399'] = '$399';
$lang['$248'] = '$248';
$lang['$168'] = '$168';
$lang['$188'] = '$188';
$lang['$25'] = '$25';
$lang['$17'] = '$17';
$lang['$32'] = '$32';
$lang['$26'] = '$26';
$lang['$34'] = '$34';
$lang['$78'] = '$78';
$lang['$20'] = '$20';
$lang['$50'] = '$50';
$lang['$149'] = '$149';
$lang['$128'] = '$128';
$lang['$35'] = '$35';
$lang['$31'] = '$31';
$lang['$37'] = '$37';
$lang['$36'] = '$36';
$lang['$33'] = '$33';
$lang['$30'] = '$30';
$lang['$23'] = '$23';
$lang['$359'] = '$359';
$lang['provide_a_section_name'] = 'Provide a section name';
$lang['section_has_been_added_successfully'] = 'Section has been added successfully';
$lang['lesson_has_been_added_successfully'] = 'Lesson has been added successfully';
$lang['pay_with_paypal'] = 'Pay with paypal';
$lang['this_instructor_has_not_provided_valid_public_key_or_secret_key'] = 'This instructor has not provided valid public key or secret key';
$lang['pay_with_stripe'] = 'Pay with stripe';
$lang['protocol'] = 'Protocol';
$lang['smtp_host'] = 'Smtp host';
$lang['smtp_port'] = 'Smtp port';
$lang['smtp_username'] = 'Smtp username';
$lang['smtp_password'] = 'Smtp password';
$lang['data_added_successfully'] = 'Data added successfully';
$lang['edit_category'] = 'Edit category';
$lang['update_category'] = 'Update category';
$lang['update_category_form'] = 'Update category form';
$lang['data_updated_successfully'] = 'Data updated successfully';
$lang['video_url_is_not_supported'] = 'Video url is not supported';
$lang['theme_is_showed_up'] = 'Theme is showed up';
$lang['hit_the_install_button_for_installing'] = 'Hit the install button for installing';
$lang['install'] = 'Install';
$lang['theme'] = 'Theme';
$lang['allow_public_instructor'] = 'Allow public instructor';
$lang['instructor_revenue_percentage'] = 'Instructor revenue percentage';
$lang['admin_revenue_percentage'] = 'Admin revenue percentage';
$lang['instructor_settings_updated'] = 'Instructor settings updated';
$lang['payment_due'] = 'Payment due';
$lang['high_quality_videos'] = 'High quality videos';
$lang['life_time_access'] = 'Life time access';
$lang['video'] = 'Video';
$lang['lesson_provider_for_web'] = 'Lesson provider for web';
$lang['video_url_for_web_application'] = 'Video url for web application';
$lang['lesson_provider_for_mobile_application'] = 'Lesson provider for mobile application';
$lang['video_url_for_mobile_application'] = 'Video url for mobile application';
$lang['video_is_only_acceptable'] = 'Video is only acceptable';
$lang['only'] = 'Only';
$lang['type_video_is_acceptable'] = 'Type video is acceptable';
$lang['this_video_will_be_shown_on_web_application'] = 'This video will be shown on web application';
$lang['type_video_is_acceptable_for_mobile_application'] = 'Type video is acceptable for mobile application';
$lang['for_mobile_application'] = 'For mobile application';
$lang['for_web_application'] = 'For web application';
$lang['quiz_has_been_updated_successfully'] = 'Quiz has been updated successfully';
$lang['review_the_course_materials_to_expand_your_learning'] = 'Review the course materials to expand your learning';
$lang['you_got'] = 'You got';
$lang['correct'] = 'Correct';
$lang['submitted_answers'] = 'Submitted answers';
$lang['take_again'] = 'Take again';
$lang['email_duplication'] = 'Email duplication';
$lang['first_name_can_not_be_empty'] = 'First name can not be empty';
$lang['user_update_successfully'] = 'User update successfully';
$lang['updated_successfully'] = 'Updated successfully';
$lang['footer_text'] = 'Footer text';
$lang['enrolment_form'] = 'Enrolment form';
$lang['select_a_user'] = 'Select a user';
$lang['course_to_enrol'] = 'Course to enrol';
$lang['select_a_course'] = 'Select a course';
$lang['enrol_student'] = 'Enrol student';
$lang['private_messaging'] = 'Private messaging';
$lang['private_message'] = 'Private message';
$lang['choose_an_option_from_the_left_side'] = 'Choose an option from the left side';
$lang['register_yourself'] = 'Register yourself';
$lang['your_registration_has_been_successfully_done'] = 'Your registration has been successfully done';
$lang['show_full_biography'] = 'Show full biography';
$lang['total_student'] = 'Total student';
$lang['student_edit'] = 'Student edit';
$lang['student_edit_form'] = 'Student edit form';
$lang['social_information'] = 'Social information';
$lang['payment_info'] = 'Payment info';
$lang['user_image'] = 'User image';
$lang['choose_user_image'] = 'Choose user image';
$lang['facebook'] = 'Facebook';
$lang['twitter'] = 'Twitter';
$lang['linkedin'] = 'Linkedin';
$lang['paypal_client_id'] = 'Paypal client id';
$lang['required_for_instructor'] = 'Required for instructor';
$lang['stripe_public_key'] = 'Stripe public key';
$lang['stripe_secret_key'] = 'Stripe secret key';
$lang['$10000'] = '$10000';
$lang['student_has_been_enrolled_to_that_course'] = 'Student has been enrolled to that course';
$lang['enrol_histories'] = 'Enrol histories';
$lang['user_name'] = 'User name';
$lang['no_records_found'] = 'No records found';
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
{
"title": "Title",
"provide_a_section_name": "Provide a section name",
"submit": "Submit",
"section": "Section",
"lesson_type": "Lesson type",
"select_type_of_lesson": "Select type of lesson",
"video": "Video",
"text_file": "Text file",
"pdf_file": "Pdf file",
"document_file": "Document file",
"image_file": "Image file",
"lesson_provider": "Lesson provider",
"for_web_application": "For web application",
"select_lesson_provider": "Select lesson provider",
"youtube": "Youtube",
"vimeo": "Vimeo",
"video_url": "Video url",
"this_video_will_be_shown_on_web_application": "This video will be shown on web application",
"analyzing_the_url": "Analyzing the url",
"invalid_url": "Invalid url",
"your_video_source_has_to_be_either_youtube_or_vimeo": "Your video source has to be either youtube or vimeo",
"duration": "Duration",
"thumbnail": "Thumbnail",
"the_image_size_should_be": "The image size should be",
"for_mobile_application": "For mobile application",
"only": "Only",
"type_video_is_acceptable_for_mobile_application": "Type video is acceptable for mobile application",
"attachment": "Attachment",
"summary": "Summary",
"add_lesson": "Add lesson",
"active_courses": "Active courses",
"admin": "Admin",
"welcome": "Welcome",
"my_account": "My account",
"settings": "Settings",
"logout": "Logout",
"visit_website": "Visit website",
"navigation": "Navigation",
"dashboard": "Dashboard",
"categories": "Categories",
"add_new_category": "Add new category",
"courses": "Courses",
"students": "Students",
"enrolment": "Enrolment",
"enrol_history": "Enrol history",
"enrol_a_student": "Enrol a student",
"report": "Report",
"admin_revenue": "Admin revenue",
"instructor_revenue": "Instructor revenue",
"message": "Message",
"system_settings": "Thiết lập hệ thống",
"website_settings": "Thiết lập trang web",
"payment_settings": "Thiết lập thanh toán",
"instructor_settings": "Thiết lập người hướng dẫn",
"language_settings": "Thiết lập ngôn ngữ",
"smtp_settings": "Thiết lập Smtp",
"theme_settings": "Thiết lập giao diện",
"about": "Giới thiệu",
"mobile_app": "Mobile app",
"manage_language": "Quản lý ngôn ngữ",
"language_list": "Danh sách ngôn ngữ",
"add_phrase": "Thêm từ",
"add_language": "Thêm ngôn ngữ",
"language": "Ngôn ngữ",
"option": "Tùy chọn",
"edit_phrase": "Edit phrase",
"delete_language": "Delete language",
"add_new_phrase": "Add new phrase",
"save": "Save",
"add_new_language": "Add new language",
"no_special_character_or_space_is_allowed": "No special character or space is allowed",
"valid_examples": "Valid examples",
"phrase_updated": "Phrase updated",
"this_year": "This year",
"active_course": "Active course",
"pending_course": "Pending course",
"heads_up": "Heads up",
"congratulations": "Congratulations",
"oh_snap": "Oh snap",
"please_fill_all_the_required_fields": "Please fill all the required fields",
"close": "Close",
"are_you_sure": "Are you sure",
"cancel": "Cancel",
"continue": "Continue",
"language_added_successfully": "Language added successfully",
"themes_section": "Themes section",
"installed_themes": "Installed themes",
"add_new_themes": "Add new themes",
"activate": "Activate",
"remove": "Remove",
"active_theme": "Active theme",
"theme_successfully_activated": "Theme successfully activated",
"you_do_not_have_right_to_access_this_theme": "You do not have right to access this theme",
"website_name": "Website name",
"website_title": "Website title",
"website_keywords": "Website keywords",
"website_description": "Website description",
"author": "Author",
"slogan": "Slogan",
"system_email": "System email",
"address": "Address",
"phone": "Phone",
"youtube_api_key": "Youtube api key",
"get_youtube_api_key": "Get youtube api key",
"vimeo_api_key": "Vimeo api key",
"get_vimeo_api_key": "Get vimeo api key",
"purchase_code": "Purchase code",
"system_language": "System language",
"student_email_verification": "Student email verification",
"enable": "Enable",
"disable": "Disable",
"footer_link": "Footer link",
"update_product": "Update product",
"file": "File",
"update": "Update",
"frontend_settings": "Frontend settings",
"banner_title": "Banner title",
"banner_sub_title": "Banner sub title",
"about_us": "Về chúng tôi",
"terms_and_condition": "Điều khoản và điều kiện",
"privacy_policy": "Chính sách riêng tư",
"update_settings": "Cập nhật thiết lập",
"update_banner_image": "Cập nhật ảnh banner",
"upload_banner_image": "Tải ảnh banner",
"update_light_logo": "Update light logo",
"upload_light_logo": "Upload light logo",
"update_dark_logo": "Update dark logo",
"upload_dark_logo": "Upload dark logo",
"update_small_logo": "Update small logo",
"upload_small_logo": "Upload small logo",
"update_favicon": "Update favicon",
"upload_favicon": "Upload favicon",
"setup_payment_informations": "Setup payment informations",
"system_currency_settings": "System currency settings",
"system_currency": "System currency",
"select_system_currency": "Select system currency",
"currency_position": "Currency position",
"left": "Left",
"right": "Right",
"left_with_a_space": "Left with a space",
"right_with_a_space": "Right with a space",
"update_system_currency": "Update system currency",
"setup_paypal_settings": "Setup paypal settings",
"active": "Active",
"no": "No",
"yes": "Yes",
"mode": "Mode",
"sandbox": "Sandbox",
"production": "Production",
"paypal_currency": "Paypal currency",
"select_paypal_currency": "Select paypal currency",
"client_id": "Client id",
"update_paypal_keys": "Update paypal keys",
"setup_stripe_settings": "Setup stripe settings",
"test_mode": "Test mode",
"on": "On",
"off": "Off",
"stripe_currency": "Stripe currency",
"select_stripe_currency": "Select stripe currency",
"test_secret_key": "Test secret key",
"test_public_key": "Test public key",
"live_secret_key": "Live secret key",
"live_public_key": "Live public key",
"update_stripe_keys": "Update stripe keys",
"please_make_sure_that": "Please make sure that",
"are_same": "Are same",
"admin_revenue_this_year": "Admin revenue this year",
"number_courses": "Number courses",
"number_of_lessons": "Number of lessons",
"number_of_enrolment": "Number of enrolment",
"number_of_student": "Number of student",
"course_overview": "Course overview",
"active_courses": "Active courses",
"pending_courses": "Pending courses",
"unpaid_instructor_revenues": "Unpaid instructor revenues",
"sub_categories": "Sub categories",
"edit": "Edit",
"delete": "Delete",
"add_category": "Add category",
"category_add_form": "Category add form",
"category_code": "Category code",
"category_title": "Category title",
"parent": "Parent",
"none": "None",
"icon_picker": "Icon picker",
"category_thumbnail": "Category thumbnail",
"the_image_size_should_be": "The image size should be",
"choose_thumbnail": "Choose thumbnail",
"submit": "Submit",
"enrolled_course": "Enrolled course",
"instructor": "Instructor",
"status": "Status",
"actions": "Actions",
"enrolment_date": "Enrolment date",
"total_amount": "Total amount",
"paid": "Paid",
"home": "Home",
"search": "Search",
"log_out": "Log out",
"shopping_cart": "Shopping cart",
"administrator": "Administrator",
"lessons": "Lessons",
"read_more": "Read more",
"free": "Free",
"online_courses": "Online courses",
"explore_your_knowledge": "Explore your knowledge",
"expert_instruction": "Expert instruction",
"find_the_right_course_for_you": "Find the right course for you",
"lifetime_access": "Lifetime access",
"learn_on_your_schedule": "Học theo lịch trình của bạn",
"top_courses": "Top khóa học",
"pick_according_to_your_choice": "Pick according to your choice",
"preview_course": "Preview course",
"add_to_cart": "Add to cart",
"enrol": "Enrol",
"view_all_courses": "View all courses",
"get_category_wise_different_courses": "Get category wise different courses",
"terms___conditions": "Terms & conditions",
"version": "Version",
"added_to_cart": "Added to cart",
"checkout": "Checkout",
"paypal": "Paypal",
"stripe": "Stripe",
"login": "Đăng nhập",
"your_email": "Your email",
"your_password": "Your password",
"forgot_password": "Quên mật khẩu?",
"new_to": "New to",
"sign_up": "Đăng ký",
"first_name": "Tên đệm và tên",
"last_name": "Họ",
"email": "Email",
"password": "Mật khẩu",
"register": "Đăng ký",
"already_have_an_account": "Bạn đã có tài khoản",
"sign_in": "Đăng nhập",
"welcom": "Welcom",
"manage_account": "Quản lý tài khoản",
"my_courses": "Khóa học của tôi",
"my_wishlist": "My wishlist",
"my_messages": "Tin nhắn của tôi",
"purchase_history": "Purchase history",
"user_profile": "User profile",
"add_new_course": "Add new course",
"free_courses": "Free courses",
"paid_courses": "Paid courses",
"course_list": "Course list",
"all": "All",
"pending": "Pending",
"price": "Price",
"..": "..",
"filter": "Lọc khóa học",
"title": "Title",
"category": "Category",
"lesson_&_section": "Lesson & section",
"enrolled_student": "Enrolled student",
"total_section": "Total section",
"total_lesson": "Total lesson",
"total_enrolment": "Total enrolment",
"view_course_on_frontend": "View course on frontend",
"edit_this_course": "Edit this course",
"section_&_lesson": "Section & lesson",
"inform_instructor": "Inform instructor",
"mark_as_pending": "Mark as pending",
"mark_as_active": "Mark as active",
"add_course": "Add course",
"course_adding_form": "Course adding form",
"back_to_course_list": "Back to course list",
"basic": "Basic",
"requirements": "Requirements",
"outcomes": "Outcomes",
"pricing": "Pricing",
"media": "Media",
"seo": "Seo",
"finish": "Finish",
"course_title": "Course title",
"enter_course_title": "Enter course title",
"short_description": "Short description",
"description": "Description",
"select_a_category": "Select a category",
"level": "Level",
"beginner": "Beginner",
"advanced": "Advanced",
"intermediate": "Intermediate",
"language_made_in": "Language made in",
"check_if_this_course_is_top_course": "Check if this course is top course",
"provide_requirements": "Provide requirements",
"provide_outcomes": "Provide outcomes",
"check_if_this_is_a_free_course": "Check if this is a free course",
"course_price": "Course price",
"enter_course_course_price": "Enter course course price",
"check_if_this_course_has_discount": "Check if this course has discount",
"discounted_price": "Discounted price",
"this_course_has": "This course has",
"discount": "Discount",
"course_overview_provider": "Course overview provider",
"youtube": "Youtube",
"vimeo": "Vimeo",
"html5": "Html5",
"course_overview_url": "Course overview url",
"course_thumbnail": "Course thumbnail",
"course_banner": "Course banner",
"course_slider_thumbnail": "Course slider thumbnail",
"course_slider_banner": "Course slider banner",
"meta_keywords": "Meta keywords",
"meta_description": "Meta description",
"thank_you": "Thank you",
"you_are_just_one_click_away": "You are just one click away",
"edit_course": "Edit course",
"course_manager": "Course manager",
"view_on_frontend": "View on frontend",
"curriculum": "Curriculum",
"add_new_section": "Add new section",
"add_section": "Add section",
"add_new_lesson": "Add new lesson",
"add_lesson": "Add lesson",
"add_new_quiz": "Add new quiz",
"add_quiz": "Add quiz",
"sort_sections": "Sort sections",
"section": "Section",
"sort_lessons": "Sort lessons",
"sort_lesson": "Sort lesson",
"update_section": "Update section",
"edit_section": "Edit section",
"delete_section": "Delete section",
"update_lesson": "Update lesson",
"lesson": "Lesson",
"manage_quiz_questions": "Manage quiz questions",
"update_quiz_information": "Update quiz information",
"quiz": "Quiz",
"lesson_type": "Lesson type",
"select_type_of_lesson": "Select type of lesson",
"video_url": "Video url",
"text_file": "Text file",
"pdf_file": "Pdf file",
"document_file": "Document file",
"image_file": "Image file",
"lesson_provider": "Lesson provider",
"select_lesson_provider": "Select lesson provider",
"analyzing_the_url": "Analyzing the url",
"invalid_url": "Invalid url",
"your_video_source_has_to_be_either_youtube_or_vimeo": "Your video source has to be either youtube or vimeo",
"duration": "Duration",
"thumbnail": "Thumbnail",
"attachment": "Attachment",
"summary": "Summary",
"sort_lessons_of": "Sort lessons of",
"update_sorting": "Update sorting",
"lessons_have_been_sorted": "Lessons have been sorted",
"quiz_title": "Quiz title",
"instruction": "Instruction",
"quiz_has_been_added_successfully": "Quiz has been added successfully",
"questions_of": "Questions of",
"add_new_question": "Add new question",
"questions_have_been_sorted": "Questions have been sorted",
"question_title": "Question title",
"number_of_options": "Number of options",
"question_has_been_added": "Question has been added",
"no_options_can_be_blank_and_there_has_to_be_atleast_one_answer": "No options can be blank and there has to be atleast one answer",
"option_": "Option ",
"update_quiz_question": "Update quiz question",
"draft_courses": "Draft courses",
"mark_as_drafted": "Mark as drafted",
"delete_this_course": "Delete this course",
"back_to_home": "Back To Home",
"course_updated_successfully": "Course updated successfully",
"please_wait_untill_admin_approves_it": "Please wait untill admin approves it",
"mail_subject": "Mail subject",
"mail_body": "Mail body",
"send_mail": "Send mail",
"course_status_updated": "Course status updated",
"course": "Course",
"reviews": "Reviews",
"what_will_you_learn": "What will you learn",
"hours": "Hours",
"about_instructor": "About instructor",
"name": "Name",
"student": "Student",
"view_profile": "View profile",
"based_on": "Based on",
"stars": "Stars",
"buy_now": "Buy now",
"what_is_included": "What is included",
"on_demand_videos": "On demand videos",
"full_lifetime_access": "Full lifetime access",
"access_on_mobile_and_tv": "Access on mobile and tv",
"all_courses": "Tất cả khóa học",
"search_for_courses": "Tìm kiếm khóa học ...",
"total": "Total",
"go_to_cart": "Go to cart",
"your_cart_is_empty": "Your cart is empty",
"log_in": "Đăng nhập",
"ratings": "Xếp hạng",
"students_enrolled": "Students enrolled",
"created_by": "Created by",
"last_updated": "Last updated",
"what_will_i_learn": "What will i learn",
"curriculum_for_this_course": "Curriculum for this course",
"view_more": "View more",
"other_related_courses": "Other related courses",
"updated": "Updated",
"about_the_instructor": "About the instructor",
"student_feedback": "Student feedback",
"average_rating": "Average rating",
"preview_this_course": "Preview this course",
"includes": "Includes",
"course_preview": "Course preview",
"terms_&_condition": "Terms & condition",
"step": "Step",
"how_would_you_rate_this_course_overall": "How would you rate this course overall",
"write_a_public_review": "Write a public review",
"describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights": "Describe your experience what you got out of the course and other helpful highlights",
"what_did_the_instructor_do_well_and_what_could_use_some_improvement": "What did the instructor do well and what could use some improvement",
"next": "Tiếp theo",
"previous": "Lùi lại",
"publish": "Xuất bản",
"all_category": "Tất cả danh mục",
"show_more": "Xem thêm",
"show_less": "Ẩn bớt",
"item": "Item",
"what_do_you_want_to_learn": "Bạn muốn học cái gì",
"explore_a_variety_of_fresh_topics": "Explore a variety of fresh topics",
"last_updater": "Last updater",
"get_enrolled": "Get enrolled",
"top": "Top",
"latest_courses": "Khóa học mới nhất",
"useful_links": "Useful links",
"contact_with_us": "Contact with us",
"registered_user": "Học viên đã đăng ký",
"provide_your_valid_login_credentials": "Bạn vui lòng, nhập đầy đủ thông tin",
"do_not_have_an_account": "Bạn chưa có tài khoản",
"registration_form": "Đăng ký tài khoản",
"sign_up_and_start_learning": "Đăng ký tài khoản và bắt đầu học",
"provide_your_email_address_to_get_password": "Provide your email address to get password",
"reset_password": "Reset password",
"want_to_go_back": "Want to go back",
"continue_shopping": "Continue shopping",
"credit_/_debit_card": "Credit / debit card",
"pay": "Pay",
"student_name": "Student name",
"view_course": "View course",
"search_results": "Search results",
"already_purchased": "Already purchased",
"amount_paid": "Amount paid",
"purchase_date": "Purchase date",
"instructor_page": "Instructor page",
"biography": "Biography",
"instructor_courses": "Instructor courses",
"course_name": "Course name",
"rating": "Rating",
"wishlist": "Wishlist",
"add_to_wishlist": "Add to wishlist",
"remove_from_wishlist": "Remove from wishlist",
"course_detail": "Course detail",
"start_lesson": "Start lesson",
"course_details": "Course details",
"note": "Note",
"course_content": "Nội dung khóa học",
"min": "Min",
"unavailable_duration": "Unavailable duration",
"number_of_questions": "Number of questions",
"get_started": "Bắt đầu",
"question": "Câu hỏi",
"submit_&_next": "Submit & next",
"check_result": "Check result",
"no_instruction_found": "No instruction found",
"hr": "Hr",
"download": "Tải về",
"provide_email": "Provide email",
"back_to_login_page": "Back to login page",
"messages": "Thông báo",
"compose": "Soạn thảo",
"select_a_message_thread_to_read_it_here": "Select a message thread to read it here",
"select_an_instructor": "Select an instructor",
"write_your_message": "Write your message",
"send_message": "Send message",
"invoice": "Invoice",
"payment_method": "Payment method",
"bill_to": "Bill to",
"sub_total": "Sub total",
"grand_total": "Grand total",
"print": "Print",
"user": "User",
"basic_info": "Basic info",
"facebook_link": "Facebook link",
"twitter_link": "Twitter link",
"linkedin_link": "Linkedin link",
"update_basic_info": "Update basic info",
"login_credentials": "Login credentials",
"current_password": "Mật khẩu hiện tại",
"new_password": "Mật khẩu mới",
"confirm_password": "Xác nhận mật khẩu",
"update_login_credentials": "Update login credentials",
"user_photo": "User photo",
"choose_file": "Choose file",
"no_file_chosen": "No file chosen",
"update_profile_photo": "Update profile photo",
"showing_on_this_page": "Hiển thị trên trang này",
"no_result_found": "Không có kết quả tìm kiếm",
"no_data_found": "Không tìm thấy dữ liệu",
"course_added_successfully": "Course added successfully",
"draft": "Nháp",
"publish_this_course": "Publish this course",
"your_course_has_been_added_to_draft": "Your course has been added to draft",
"edit_rating": "Edit rating",
"cancel_rating": "Cancel rating",
"provide_your_rating": "Provide your rating",
"write_your_review_here": "Write your review here",
"out_of": "Out of",
"amount_to_pay": "Amount to pay",
"payment_successfully_done": "Payment successfully done",
"no_section_found": "No section found",
"purchased": "Purchased",
"page_not_found": "Page not found",
"we_are_sorry": "Chúng tôi xin lỗi",
"but_the_page_you_were_looking_for_does_not_exist": "But the page you were looking for does not exist",
"sorry": "Xin lỗi",
"double_check_your_url": "Double check your url",
"this_is_not_the_web_page_you_are_looking_for": "This is not the web page you are looking for",
"which_course_are_you_looking_for": "Which course are you looking for",
"404_page_not_found": "404 page not found",
"404": "404",
"system_settings_updated": "System settings updated",
"not_found": "Không tìm thấy trang",
"about_this_application": "About this application",
"software_version": "Software version",
"check_update": "Kiểm tra cập nhật",
"php_version": "Php version",
"curl_enable": "Curl enable",
"enabled": "Enabled",
"purchase_code_status": "Purchase code status",
"support_expiry_date": "Support expiry date",
"customer_name": "Customer name",
"get_customer_support": "Get customer support",
"customer_support": "Customer support",
"courses_in_cart": "Courses in cart",
"by": "Bởi",
"go_to_wishlist": "Go to wishlist",
"your_wishlist_is_empty": "Your wishlist is empty",
"explore_courses": "Explore courses",
"hi": "Hi",
"welcome_back": "Welcome back",
"wishlists": "Wishlists",
"filter_by": "Filter by",
"instructors": "Instructors",
"reset": "Reset",
"search_my_courses": "Search my courses",
"your": "Your",
"no_summary_found": "No summary found",
"sec": "Sec",
"completed": "Completed",
"publish_rating": "Publish rating",
"profile": "Profile",
"account": "Tài khoản",
"photo": "Photo",
"add_information_about_yourself_to_share_on_your_profile": "Add information about yourself to share on your profile",
"basics": "Basics",
"add_your_twitter_link": "Add your twitter link",
"add_your_facebook_link": "Add your facebook link",
"add_your_linkedin_link": "Add your linkedin link",
"credentials": "Credentials",
"edit_your_account_settings": "Edit your account settings",
"enter_current_password": "Enter current password",
"enter_new_password": "Enter new password",
"re-type_your_password": "Re-type your password",
"update_user_photo": "Update user photo",
"update_your_photo": "Update your photo",
"upload_image": "Upload image",
"lesson_has_been_updated_successfully": "Lesson has been updated successfully",
"add_student": "Add student",
"enrolled_courses": "Enrolled courses",
"successfully_enrolled": "Successfully enrolled",
"lesson_and_section": "Lesson and section",
"$12": "$12",
"$13": "$13",
"$58": "$58",
"$56": "$56",
"$1800": "$1800",
"$10": "$10",
"section_and_lesson": "Section and lesson",
"$11.99": "$11.99",
"$328": "$328",
"$339": "$339",
"$120": "$120",
"$220": "$220",
"$150": "$150",
"$160": "$160",
"$135": "$135",
"$59": "$59",
"$178": "$178",
"$299": "$299",
"$260": "$260",
"$98": "$98",
"$190": "$190",
"$169": "$169",
"$189": "$189",
"$110": "$110",
"$170": "$170",
"$89": "$89",
"$68": "$68",
"invalid_login_credentials": "Invalid login credentials",
"please_wait": "Please wait",
"new_message": "New message",
"send": "Send",
"date": "Date",
"total_price": "Total price",
"payment_type": "Payment type",
"$250": "$250",
"$99": "$99",
"$0": "$0",
"$40": "$40",
"$45": "$45",
"$199": "$199",
"$109": "$109",
"$69": "$69",
"$79": "$79",
"$88": "$88",
"$65": "$65",
"$29.9": "$29.9",
"$49": "$49",
"$19": "$19",
"$39": "$39",
"$29": "$29",
"$47": "$47",
"$28": "$28",
"$27": "$27",
"$18": "$18",
"$15": "$15",
"$16": "$16",
"$21": "$21",
"$288": "$288",
"$366": "$366",
"$348": "$348",
"$266": "$266",
"$388": "$388",
"$200": "$200",
"$399": "$399",
"$248": "$248",
"$168": "$168",
"$188": "$188",
"$25": "$25",
"$17": "$17",
"$32": "$32",
"$26": "$26",
"$34": "$34",
"$78": "$78",
"$20": "$20",
"$50": "$50",
"$149": "$149",
"$128": "$128",
"$35": "$35",
"$31": "$31",
"$37": "$37",
"$36": "$36",
"$33": "$33",
"$30": "$30",
"$23": "$23",
"$359": "$359",
"provide_a_section_name": "Provide a section name",
"section_has_been_added_successfully": "Section has been added successfully",
"lesson_has_been_added_successfully": "Lesson has been added successfully",
"pay_with_paypal": "Pay with paypal",
"this_instructor_has_not_provided_valid_public_key_or_secret_key": "This instructor has not provided valid public key or secret key",
"pay_with_stripe": "Pay with stripe",
"protocol": "Protocol",
"smtp_host": "Smtp host",
"smtp_port": "Smtp port",
"smtp_username": "Smtp username",
"smtp_password": "Smtp password",
"data_added_successfully": "Data added successfully",
"edit_category": "Edit category",
"update_category": "Update category",
"update_category_form": "Update category form",
"data_updated_successfully": "Data updated successfully",
"video_url_is_not_supported": "Video url is not supported",
"theme_is_showed_up": "Theme is showed up",
"hit_the_install_button_for_installing": "Hit the install button for installing",
"install": "Install",
"theme": "Theme",
"allow_public_instructor": "Allow public instructor",
"instructor_revenue_percentage": "Instructor revenue percentage",
"admin_revenue_percentage": "Admin revenue percentage",
"instructor_settings_updated": "Instructor settings updated",
"payment_due": "Payment due",
"high_quality_videos": "High quality videos",
"life_time_access": "Life time access",
"video": "Video",
"lesson_provider_for_web": "Lesson provider for web",
"video_url_for_web_application": "Video url for web application",
"lesson_provider_for_mobile_application": "Lesson provider for mobile application",
"video_url_for_mobile_application": "Video url for mobile application",
"video_is_only_acceptable": "Video is only acceptable",
"only": "Only",
"type_video_is_acceptable": "Type video is acceptable",
"this_video_will_be_shown_on_web_application": "This video will be shown on web application",
"type_video_is_acceptable_for_mobile_application": "Type video is acceptable for mobile application",
"for_mobile_application": "For mobile application",
"for_web_application": "For web application",
"quiz_has_been_updated_successfully": "Quiz has been updated successfully",
"review_the_course_materials_to_expand_your_learning": "Review the course materials to expand your learning",
"you_got": "You got",
"correct": "Correct",
"submitted_answers": "Submitted answers",
"take_again": "Take again",
"email_duplication": "Email duplication",
"first_name_can_not_be_empty": "First name can not be empty",
"user_update_successfully": "User update successfully",
"updated_successfully": "Updated successfully",
"footer_text": "Footer text",
"enrolment_form": "Enrolment form",
"select_a_user": "Select a user",
"course_to_enrol": "Course to enrol",
"select_a_course": "Select a course",
"enrol_student": "Enrol student",
"private_messaging": "Private messaging",
"private_message": "Private message",
"choose_an_option_from_the_left_side": "Choose an option from the left side",
"register_yourself": "Thông tin đăng ký của bạn",
"your_registration_has_been_successfully_done": "Your registration has been successfully done",
"show_full_biography": "Show full biography",
"total_student": "Total student",
"student_edit": "Student edit",
"student_edit_form": "Student edit form",
"social_information": "Social information",
"payment_info": "Payment info",
"user_image": "User image",
"choose_user_image": "Choose user image",
"facebook": "Facebook",
"twitter": "Twitter",
"linkedin": "Linkedin",
"paypal_client_id": "Paypal client id",
"required_for_instructor": "Required for instructor",
"stripe_public_key": "Stripe public key",
"stripe_secret_key": "Stripe secret key",
"$10000": "$10000",
"student_has_been_enrolled_to_that_course": "Student has been enrolled to that course",
"enrol_histories": "Enrol histories",
"user_name": "User name",
"no_records_found": "No records found",
"bảng_điều_khiển": "Bảng điều khiển",
"$40": "$40",
"danh_mục": "Danh mục",
"invalid_lesson_url_and_duration_for_mobile_application": "Invalid lesson url and duration for mobile application",
"ghi_danh_một_học_viên": "Ghi danh một học viên",
"lịch_sử_ghi_danh": "Lịch sử ghi danh",
"list_of_sections": "List of sections",
"sections_have_been_sorted": "Sections have been sorted",
"lesson_has_been_deleted_successfully": "Lesson has been deleted successfully",
"section_has_been_updated_successfully": "Section has been updated successfully",
"thiết_lập_hệ_thống": "Thiết lập hệ thống",
"frontend_settings_updated": "Frontend settings updated",
"thiết_lập_thanh_toán": "Thiết lập thanh toán",
"thiết_lập_người_hướng_dẫn": "Thiết lập người hướng dẫn",
"thiết_lập_smtp": "Thiết lập smtp",
"thiết_lập_giao_diện": "Thiết lập giao diện",
"giới_thiệu": "Giới thiệu",
"10000_₫": "10000 ₫",
"30_₫": "30 ₫",
"35_₫": "35 ₫",
"0_₫": "0 ₫",
"40_₫": "40 ₫",
"45_₫": "45 ₫",
"25_₫": "25 ₫",
"50_₫": "50 ₫",
"500000_₫": "500000 ₫",
"thu_nhập_admin": "Thu nhập admin",
"terms___condition": "Terms condition"
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<?php
/*
* English language
*/
$lang['text_rest_invalid_api_key'] = 'Invalid API key %s'; // %s is the REST API key
$lang['text_rest_invalid_credentials'] = 'Invalid credentials';
$lang['text_rest_ip_denied'] = 'IP denied';
$lang['text_rest_ip_unauthorized'] = 'IP unauthorized';
$lang['text_rest_unauthorized'] = 'Unauthorized';
$lang['text_rest_ajax_only'] = 'Only AJAX requests are allowed';
$lang['text_rest_api_key_unauthorized'] = 'This API key does not have access to the requested controller';
$lang['text_rest_api_key_permissions'] = 'This API key does not have enough permissions';
$lang['text_rest_api_key_time_limit'] = 'This API key has reached the time limit for this method';
$lang['text_rest_ip_address_time_limit'] = 'This IP Address has reached the time limit for this method';
$lang['text_rest_unknown_method'] = 'Unknown method';
$lang['text_rest_unsupported'] = 'Unsupported protocol';
<?php
/**
* Created by PhpStorm.
* User: DoanPV
* Date: 24/02/2020
* Time: 01:50 PM
*/
$lang['language_deleted_successfully'] = 'Nhận diện ngôn ngữ thành công';
$lang['multi_language_settings'] = 'Multi language settings';
$lang['admin'] = 'Admin';
$lang['welcome'] = 'Welcome';
$lang['my_account'] = 'My account';
$lang['settings'] = 'Settings';
$lang['logout'] = 'Logout';
$lang['visit_website'] = 'Visit website';
$lang['navigation'] = 'Navigation';
$lang['dashboard'] = 'Dashboard';
$lang['categories'] = 'Categories';
$lang['add_new_category'] = 'Add new category';
$lang['courses'] = 'Khóa học';
$lang['students'] = 'Students';
$lang['enrolment'] = 'Enrolment';
$lang['enrol_history'] = 'Enrol history';
$lang['enrol_a_student'] = 'Enrol a student';
$lang['report'] = 'Report';
$lang['admin_revenue'] = 'Admin revenue';
$lang['instructor_revenue'] = 'Instructor revenue';
$lang['message'] = 'Message';
$lang['system_settings'] = 'System settings';
$lang['website_settings'] = 'Website settings';
$lang['payment_settings'] = 'Payment settings';
$lang['instructor_settings'] = 'Instructor settings';
$lang['language_settings'] = 'Language settings';
$lang['smtp_settings'] = 'Smtp settings';
$lang['theme_settings'] = 'Theme settings';
$lang['about'] = 'About';
$lang['mobile_app'] = 'Mobile app';
$lang['manage_language'] = 'Manage language';
$lang['language_list'] = 'Language list';
$lang['add_phrase'] = 'Add phrase';
$lang['add_language'] = 'Add language';
$lang['language'] = 'Language';
$lang['option'] = 'Option';
$lang['edit_phrase'] = 'Edit phrase';
$lang['delete_language'] = 'Delete language';
$lang['add_new_phrase'] = 'Add new phrase';
$lang['save'] = 'Save';
$lang['add_new_language'] = 'Add new language';
$lang['no_special_character_or_space_is_allowed'] = 'No special character or space is allowed';
$lang['valid_examples'] = 'Valid examples';
$lang['phrase_updated'] = 'Phrase updated';
$lang['this_year'] = 'This year';
$lang['active_course'] = 'Active course';
$lang['pending_course'] = 'Pending course';
$lang['heads_up'] = 'Heads up';
$lang['congratulations'] = 'Congratulations';
$lang['oh_snap'] = 'Oh snap';
$lang['please_fill_all_the_required_fields'] = 'Please fill all the required fields';
$lang['close'] = 'Close';
$lang['are_you_sure'] = 'Are you sure';
$lang['cancel'] = 'Cancel';
$lang['continue'] = 'Continue';
$lang['language_added_successfully'] = 'Language added successfully';
$lang['themes_section'] = 'Themes section';
$lang['installed_themes'] = 'Installed themes';
$lang['add_new_themes'] = 'Add new themes';
$lang['activate'] = 'Activate';
$lang['remove'] = 'Remove';
$lang['active_theme'] = 'Active theme';
$lang['theme_successfully_activated'] = 'Theme successfully activated';
$lang['you_do_not_have_right_to_access_this_theme'] = 'You do not have right to access this theme';
$lang['website_name'] = 'Website name';
$lang['website_title'] = 'Website title';
$lang['website_keywords'] = 'Website keywords';
$lang['website_description'] = 'Website description';
$lang['author'] = 'Author';
$lang['slogan'] = 'Slogan';
$lang['system_email'] = 'System email';
$lang['address'] = 'Address';
$lang['phone'] = 'Phone';
$lang['youtube_api_key'] = 'Youtube api key';
$lang['get_youtube_api_key'] = 'Get youtube api key';
$lang['vimeo_api_key'] = 'Vimeo api key';
$lang['get_vimeo_api_key'] = 'Get vimeo api key';
$lang['purchase_code'] = 'Purchase code';
$lang['system_language'] = 'System language';
$lang['student_email_verification'] = 'Student email verification';
$lang['enable'] = 'Enable';
$lang['disable'] = 'Disable';
$lang['footer_link'] = 'Footer link';
$lang['update_product'] = 'Update product';
$lang['file'] = 'File';
$lang['update'] = 'Update';
$lang['frontend_settings'] = 'Frontend settings';
$lang['banner_title'] = 'Banner title';
$lang['banner_sub_title'] = 'Banner sub title';
$lang['about_us'] = 'About us';
$lang['terms_and_condition'] = 'Terms and condition';
$lang['privacy_policy'] = 'Privacy policy';
$lang['update_settings'] = 'Update settings';
$lang['update_banner_image'] = 'Update banner image';
$lang['upload_banner_image'] = 'Upload banner image';
$lang['update_light_logo'] = 'Update light logo';
$lang['upload_light_logo'] = 'Upload light logo';
$lang['update_dark_logo'] = 'Update dark logo';
$lang['upload_dark_logo'] = 'Upload dark logo';
$lang['update_small_logo'] = 'Update small logo';
$lang['upload_small_logo'] = 'Upload small logo';
$lang['update_favicon'] = 'Update favicon';
$lang['upload_favicon'] = 'Upload favicon';
$lang['setup_payment_informations'] = 'Setup payment informations';
$lang['system_currency_settings'] = 'System currency settings';
$lang['system_currency'] = 'System currency';
$lang['select_system_currency'] = 'Select system currency';
$lang['currency_position'] = 'Currency position';
$lang['left'] = 'Left';
$lang['right'] = 'Right';
$lang['left_with_a_space'] = 'Left with a space';
$lang['right_with_a_space'] = 'Right with a space';
$lang['update_system_currency'] = 'Update system currency';
$lang['setup_paypal_settings'] = 'Setup paypal settings';
$lang['active'] = 'Active';
$lang['no'] = 'No';
$lang['yes'] = 'Yes';
$lang['mode'] = 'Mode';
$lang['sandbox'] = 'Sandbox';
$lang['production'] = 'Production';
$lang['paypal_currency'] = 'Paypal currency';
$lang['select_paypal_currency'] = 'Select paypal currency';
$lang['client_id'] = 'Client id';
$lang['update_paypal_keys'] = 'Update paypal keys';
$lang['setup_stripe_settings'] = 'Setup stripe settings';
$lang['test_mode'] = 'Test mode';
$lang['on'] = 'On';
$lang['off'] = 'Off';
$lang['stripe_currency'] = 'Stripe currency';
$lang['select_stripe_currency'] = 'Select stripe currency';
$lang['test_secret_key'] = 'Test secret key';
$lang['test_public_key'] = 'Test public key';
$lang['live_secret_key'] = 'Live secret key';
$lang['live_public_key'] = 'Live public key';
$lang['update_stripe_keys'] = 'Update stripe keys';
$lang['please_make_sure_that'] = 'Please make sure that';
$lang['are_same'] = 'Are same';
$lang['admin_revenue_this_year'] = 'Admin revenue this year';
$lang['number_courses'] = 'Number courses';
$lang['number_of_lessons'] = 'Number of lessons';
$lang['number_of_enrolment'] = 'Number of enrolment';
$lang['number_of_student'] = 'Number of student';
$lang['course_overview'] = 'Course overview';
$lang['active_courses'] = 'Active courses';
$lang['pending_courses'] = 'Pending courses';
$lang['unpaid_instructor_revenues'] = 'Unpaid instructor revenues';
$lang['sub_categories'] = 'Sub categories';
$lang['edit'] = 'Edit';
$lang['delete'] = 'Delete';
$lang['add_category'] = 'Add category';
$lang['category_add_form'] = 'Category add form';
$lang['category_code'] = 'Category code';
$lang['category_title'] = 'Category title';
$lang['parent'] = 'Parent';
$lang['none'] = 'None';
$lang['icon_picker'] = 'Icon picker';
$lang['category_thumbnail'] = 'Category thumbnail';
$lang['the_image_size_should_be'] = 'The image size should be';
$lang['choose_thumbnail'] = 'Choose thumbnail';
$lang['submit'] = 'Submit';
$lang['enrolled_course'] = 'Enrolled course';
$lang['instructor'] = 'Instructor';
$lang['status'] = 'Status';
$lang['actions'] = 'Actions';
$lang['enrolment_date'] = 'Enrolment date';
$lang['total_amount'] = 'Total amount';
$lang['paid'] = 'Paid';
$lang['home'] = 'Home';
$lang['search'] = 'Search';
$lang['log_out'] = 'Log out';
$lang['shopping_cart'] = 'Shopping cart';
$lang['administrator'] = 'Administrator';
$lang['lessons'] = 'Lessons';
$lang['read_more'] = 'Read more';
$lang['free'] = 'Free';
$lang['online_courses'] = 'Online courses';
$lang['explore_your_knowledge'] = 'Explore your knowledge';
$lang['expert_instruction'] = 'Expert instruction';
$lang['find_the_right_course_for_you'] = 'Find the right course for you';
$lang['lifetime_access'] = 'Lifetime access';
$lang['learn_on_your_schedule'] = 'Learn on your schedule';
$lang['top_courses'] = 'Top courses';
$lang['pick_according_to_your_choice'] = 'Pick according to your choice';
$lang['preview_course'] = 'Preview course';
$lang['add_to_cart'] = 'Add to cart';
$lang['enrol'] = 'Enrol';
$lang['view_all_courses'] = 'View all courses';
$lang['get_category_wise_different_courses'] = 'Get category wise different courses';
$lang['terms___conditions'] = 'Terms & conditions';
$lang['version'] = 'Version';
$lang['added_to_cart'] = 'Added to cart';
$lang['checkout'] = 'Checkout';
$lang['paypal'] = 'Paypal';
$lang['stripe'] = 'Stripe';
$lang['login'] = 'Login';
$lang['your_email'] = 'Your email';
$lang['your_password'] = 'Your password';
$lang['forgot_password'] = 'Forgot password';
$lang['new_to'] = 'New to';
$lang['sign_up'] = 'Sign up';
$lang['first_name'] = 'First name';
$lang['last_name'] = 'Last name';
$lang['email'] = 'Email';
$lang['password'] = 'Password';
$lang['register'] = 'Register';
$lang['already_have_an_account'] = 'Already have an account';
$lang['sign_in'] = 'Sign in';
$lang['welcom'] = 'Welcom';
$lang['manage_account'] = 'Manage account';
$lang['my_courses'] = 'My courses';
$lang['my_wishlist'] = 'My wishlist';
$lang['my_messages'] = 'My messages';
$lang['purchase_history'] = 'Purchase history';
$lang['user_profile'] = 'User profile';
$lang['add_new_course'] = 'Add new course';
$lang['free_courses'] = 'Free courses';
$lang['paid_courses'] = 'Paid courses';
$lang['course_list'] = 'Course list';
$lang['all'] = 'All';
$lang['pending'] = 'Pending';
$lang['price'] = 'Price';
$lang['..'] = '..';
$lang['filter'] = 'Filter';
$lang['title'] = 'Title';
$lang['category'] = 'Category';
$lang['lesson_&_section'] = 'Lesson & section';
$lang['enrolled_student'] = 'Enrolled student';
$lang['total_section'] = 'Total section';
$lang['total_lesson'] = 'Total lesson';
$lang['total_enrolment'] = 'Total enrolment';
$lang['view_course_on_frontend'] = 'View course on frontend';
$lang['edit_this_course'] = 'Edit this course';
$lang['section_&_lesson'] = 'Section & lesson';
$lang['inform_instructor'] = 'Inform instructor';
$lang['mark_as_pending'] = 'Mark as pending';
$lang['mark_as_active'] = 'Mark as active';
$lang['add_course'] = 'Add course';
$lang['course_adding_form'] = 'Course adding form';
$lang['back_to_course_list'] = 'Back to course list';
$lang['basic'] = 'Basic';
$lang['requirements'] = 'Requirements';
$lang['outcomes'] = 'Outcomes';
$lang['pricing'] = 'Pricing';
$lang['media'] = 'Media';
$lang['seo'] = 'Seo';
$lang['finish'] = 'Finish';
$lang['course_title'] = 'Course title';
$lang['enter_course_title'] = 'Enter course title';
$lang['short_description'] = 'Short description';
$lang['description'] = 'Description';
$lang['select_a_category'] = 'Select a category';
$lang['level'] = 'Level';
$lang['beginner'] = 'Beginner';
$lang['advanced'] = 'Advanced';
$lang['intermediate'] = 'Intermediate';
$lang['language_made_in'] = 'Language made in';
$lang['check_if_this_course_is_top_course'] = 'Check if this course is top course';
$lang['provide_requirements'] = 'Provide requirements';
$lang['provide_outcomes'] = 'Provide outcomes';
$lang['check_if_this_is_a_free_course'] = 'Check if this is a free course';
$lang['course_price'] = 'Course price';
$lang['enter_course_course_price'] = 'Enter course course price';
$lang['check_if_this_course_has_discount'] = 'Check if this course has discount';
$lang['discounted_price'] = 'Discounted price';
$lang['this_course_has'] = 'This course has';
$lang['discount'] = 'Discount';
$lang['course_overview_provider'] = 'Course overview provider';
$lang['youtube'] = 'Youtube';
$lang['vimeo'] = 'Vimeo';
$lang['html5'] = 'Html5';
$lang['course_overview_url'] = 'Course overview url';
$lang['course_thumbnail'] = 'Course thumbnail';
$lang['course_banner'] = 'Course banner';
$lang['course_slider_thumbnail'] = 'Course slider thumbnail';
$lang['course_slider_banner'] = 'Course slider banner';
$lang['meta_keywords'] = 'Meta keywords';
$lang['meta_description'] = 'Meta description';
$lang['thank_you'] = 'Thank you';
$lang['you_are_just_one_click_away'] = 'You are just one click away';
$lang['edit_course'] = 'Edit course';
$lang['course_manager'] = 'Course manager';
$lang['view_on_frontend'] = 'View on frontend';
$lang['curriculum'] = 'Curriculum';
$lang['add_new_section'] = 'Add new section';
$lang['add_section'] = 'Add section';
$lang['add_new_lesson'] = 'Add new lesson';
$lang['add_lesson'] = 'Add lesson';
$lang['add_new_quiz'] = 'Add new quiz';
$lang['add_quiz'] = 'Add quiz';
$lang['sort_sections'] = 'Sort sections';
$lang['section'] = 'Section';
$lang['sort_lessons'] = 'Sort lessons';
$lang['sort_lesson'] = 'Sort lesson';
$lang['update_section'] = 'Update section';
$lang['edit_section'] = 'Edit section';
$lang['delete_section'] = 'Delete section';
$lang['update_lesson'] = 'Update lesson';
$lang['lesson'] = 'Lesson';
$lang['manage_quiz_questions'] = 'Manage quiz questions';
$lang['update_quiz_information'] = 'Update quiz information';
$lang['quiz'] = 'Quiz';
$lang['lesson_type'] = 'Lesson type';
$lang['select_type_of_lesson'] = 'Select type of lesson';
$lang['video_url'] = 'Video url';
$lang['text_file'] = 'Text file';
$lang['pdf_file'] = 'Pdf file';
$lang['document_file'] = 'Document file';
$lang['image_file'] = 'Image file';
$lang['lesson_provider'] = 'Lesson provider';
$lang['select_lesson_provider'] = 'Select lesson provider';
$lang['analyzing_the_url'] = 'Analyzing the url';
$lang['invalid_url'] = 'Invalid url';
$lang['your_video_source_has_to_be_either_youtube_or_vimeo'] = 'Your video source has to be either youtube or vimeo';
$lang['duration'] = 'Duration';
$lang['thumbnail'] = 'Thumbnail';
$lang['attachment'] = 'Attachment';
$lang['summary'] = 'Summary';
$lang['sort_lessons_of'] = 'Sort lessons of';
$lang['update_sorting'] = 'Update sorting';
$lang['lessons_have_been_sorted'] = 'Lessons have been sorted';
$lang['quiz_title'] = 'Quiz title';
$lang['instruction'] = 'Instruction';
$lang['quiz_has_been_added_successfully'] = 'Quiz has been added successfully';
$lang['questions_of'] = 'Questions of';
$lang['add_new_question'] = 'Add new question';
$lang['questions_have_been_sorted'] = 'Questions have been sorted';
$lang['question_title'] = 'Question title';
$lang['number_of_options'] = 'Number of options';
$lang['question_has_been_added'] = 'Question has been added';
$lang['no_options_can_be_blank_and_there_has_to_be_atleast_one_answer'] = 'No options can be blank and there has to be atleast one answer';
$lang['option_'] = 'Option ';
$lang['update_quiz_question'] = 'Update quiz question';
$lang['draft_courses'] = 'Draft courses';
$lang['mark_as_drafted'] = 'Mark as drafted';
$lang['delete_this_course'] = 'Delete this course';
$lang['back_to_home'] = 'Back To Home';
$lang['course_updated_successfully'] = 'Course updated successfully';
$lang['please_wait_untill_admin_approves_it'] = 'Please wait untill admin approves it';
$lang['mail_subject'] = 'Mail subject';
$lang['mail_body'] = 'Mail body';
$lang['send_mail'] = 'Send mail';
$lang['course_status_updated'] = 'Course status updated';
$lang['course'] = 'Course';
$lang['reviews'] = 'Reviews';
$lang['what_will_you_learn'] = 'What will you learn';
$lang['hours'] = 'Hours';
$lang['about_instructor'] = 'About instructor';
$lang['name'] = 'Name';
$lang['student'] = 'Student';
$lang['view_profile'] = 'View profile';
$lang['based_on'] = 'Based on';
$lang['stars'] = 'Stars';
$lang['buy_now'] = 'Buy now';
$lang['what_is_included'] = 'What is included';
$lang['on_demand_videos'] = 'On demand videos';
$lang['full_lifetime_access'] = 'Full lifetime access';
$lang['access_on_mobile_and_tv'] = 'Access on mobile and tv';
$lang['all_courses'] = 'All courses';
$lang['search_for_courses'] = 'Search for courses';
$lang['total'] = 'Total';
$lang['go_to_cart'] = 'Go to cart';
$lang['your_cart_is_empty'] = 'Your cart is empty';
$lang['log_in'] = 'Log in';
$lang['ratings'] = 'Ratings';
$lang['students_enrolled'] = 'Students enrolled';
$lang['created_by'] = 'Created by';
$lang['last_updated'] = 'Last updated';
$lang['what_will_i_learn'] = 'What will i learn';
$lang['curriculum_for_this_course'] = 'Curriculum for this course';
$lang['view_more'] = 'View more';
$lang['other_related_courses'] = 'Other related courses';
$lang['updated'] = 'Updated';
$lang['about_the_instructor'] = 'About the instructor';
$lang['student_feedback'] = 'Student feedback';
$lang['average_rating'] = 'Average rating';
$lang['preview_this_course'] = 'Preview this course';
$lang['includes'] = 'Includes';
$lang['course_preview'] = 'Course preview';
$lang['terms_&_condition'] = 'Terms & condition';
$lang['step'] = 'Step';
$lang['how_would_you_rate_this_course_overall'] = 'How would you rate this course overall';
$lang['write_a_public_review'] = 'Write a public review';
$lang['describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights'] = 'Describe your experience what you got out of the course and other helpful highlights';
$lang['what_did_the_instructor_do_well_and_what_could_use_some_improvement'] = 'What did the instructor do well and what could use some improvement';
$lang['next'] = 'Next';
$lang['previous'] = 'Previous';
$lang['publish'] = 'Publish';
$lang['all_category'] = 'All category';
$lang['show_more'] = 'Show more';
$lang['show_less'] = 'Show less';
$lang['item'] = 'Item';
$lang['what_do_you_want_to_learn'] = 'What do you want to learn';
$lang['explore_a_variety_of_fresh_topics'] = 'Explore a variety of fresh topics';
$lang['last_updater'] = 'Last updater';
$lang['get_enrolled'] = 'Get enrolled';
$lang['top'] = 'Top';
$lang['latest_courses'] = 'Latest courses';
$lang['useful_links'] = 'Useful links';
$lang['contact_with_us'] = 'Contact with us';
$lang['registered_user'] = 'Registered user';
$lang['provide_your_valid_login_credentials'] = 'Provide your valid login credentials';
$lang['do_not_have_an_account'] = 'Do not have an account';
$lang['registration_form'] = 'Registration form';
$lang['sign_up_and_start_learning'] = 'Sign up and start learning';
$lang['provide_your_email_address_to_get_password'] = 'Provide your email address to get password';
$lang['reset_password'] = 'Reset password';
$lang['want_to_go_back'] = 'Want to go back';
$lang['continue_shopping'] = 'Continue shopping';
$lang['credit_/_debit_card'] = 'Credit / debit card';
$lang['pay'] = 'Pay';
$lang['student_name'] = 'Student name';
$lang['view_course'] = 'View course';
$lang['search_results'] = 'Search results';
$lang['already_purchased'] = 'Already purchased';
$lang['amount_paid'] = 'Amount paid';
$lang['purchase_date'] = 'Purchase date';
$lang['instructor_page'] = 'Instructor page';
$lang['biography'] = 'Biography';
$lang['instructor_courses'] = 'Instructor courses';
$lang['course_name'] = 'Course name';
$lang['rating'] = 'Rating';
$lang['wishlist'] = 'Wishlist';
$lang['add_to_wishlist'] = 'Add to wishlist';
$lang['remove_from_wishlist'] = 'Remove from wishlist';
$lang['course_detail'] = 'Course detail';
$lang['start_lesson'] = 'Start lesson';
$lang['course_details'] = 'Course details';
$lang['note'] = 'Note';
$lang['course_content'] = 'Course content';
$lang['min'] = 'Min';
$lang['unavailable_duration'] = 'Unavailable duration';
$lang['number_of_questions'] = 'Number of questions';
$lang['get_started'] = 'Get started';
$lang['question'] = 'Question';
$lang['submit_&_next'] = 'Submit & next';
$lang['check_result'] = 'Check result';
$lang['no_instruction_found'] = 'No instruction found';
$lang['hr'] = 'Hr';
$lang['download'] = 'Download';
$lang['provide_email'] = 'Provide email';
$lang['back_to_login_page'] = 'Back to login page';
$lang['messages'] = 'Messages';
$lang['compose'] = 'Compose';
$lang['select_a_message_thread_to_read_it_here'] = 'Select a message thread to read it here';
$lang['select_an_instructor'] = 'Select an instructor';
$lang['write_your_message'] = 'Write your message';
$lang['send_message'] = 'Send message';
$lang['invoice'] = 'Invoice';
$lang['payment_method'] = 'Payment method';
$lang['bill_to'] = 'Bill to';
$lang['sub_total'] = 'Sub total';
$lang['grand_total'] = 'Grand total';
$lang['print'] = 'Print';
$lang['user'] = 'User';
$lang['basic_info'] = 'Basic info';
$lang['facebook_link'] = 'Facebook link';
$lang['twitter_link'] = 'Twitter link';
$lang['linkedin_link'] = 'Linkedin link';
$lang['update_basic_info'] = 'Update basic info';
$lang['login_credentials'] = 'Login credentials';
$lang['current_password'] = 'Current password';
$lang['new_password'] = 'New password';
$lang['confirm_password'] = 'Confirm password';
$lang['update_login_credentials'] = 'Update login credentials';
$lang['user_photo'] = 'User photo';
$lang['choose_file'] = 'Choose file';
$lang['no_file_chosen'] = 'No file chosen';
$lang['update_profile_photo'] = 'Update profile photo';
$lang['showing_on_this_page'] = 'Showing on this page';
$lang['no_result_found'] = 'No result found';
$lang['no_data_found'] = 'No data found';
$lang['course_added_successfully'] = 'Course added successfully';
$lang['draft'] = 'Draft';
$lang['publish_this_course'] = 'Publish this course';
$lang['your_course_has_been_added_to_draft'] = 'Your course has been added to draft';
$lang['edit_rating'] = 'Edit rating';
$lang['cancel_rating'] = 'Cancel rating';
$lang['provide_your_rating'] = 'Provide your rating';
$lang['write_your_review_here'] = 'Write your review here';
$lang['out_of'] = 'Out of';
$lang['amount_to_pay'] = 'Amount to pay';
$lang['payment_successfully_done'] = 'Payment successfully done';
$lang['no_section_found'] = 'No section found';
$lang['purchased'] = 'Purchased';
$lang['page_not_found'] = 'Page not found';
$lang['we_are_sorry'] = 'We are sorry';
$lang['but_the_page_you_were_looking_for_does_not_exist'] = 'But the page you were looking for does not exist';
$lang['sorry'] = 'Sorry';
$lang['double_check_your_url'] = 'Double check your url';
$lang['this_is_not_the_web_page_you_are_looking_for'] = 'This is not the web page you are looking for';
$lang['which_course_are_you_looking_for'] = 'Which course are you looking for';
$lang['404_page_not_found'] = '404 page not found';
$lang['404'] = '404';
$lang['system_settings_updated'] = 'System settings updated';
$lang['not_found'] = 'Not found';
$lang['about_this_application'] = 'About this application';
$lang['software_version'] = 'Software version';
$lang['check_update'] = 'Check update';
$lang['php_version'] = 'Php version';
$lang['curl_enable'] = 'Curl enable';
$lang['enabled'] = 'Enabled';
$lang['purchase_code_status'] = 'Purchase code status';
$lang['support_expiry_date'] = 'Support expiry date';
$lang['customer_name'] = 'Customer name';
$lang['get_customer_support'] = 'Get customer support';
$lang['customer_support'] = 'Customer support';
$lang['courses_in_cart'] = 'Courses in cart';
$lang['by'] = 'By';
$lang['go_to_wishlist'] = 'Go to wishlist';
$lang['your_wishlist_is_empty'] = 'Your wishlist is empty';
$lang['explore_courses'] = 'Explore courses';
$lang['hi'] = 'Hi';
$lang['welcome_back'] = 'Welcome back';
$lang['wishlists'] = 'Wishlists';
$lang['filter_by'] = 'Filter by';
$lang['instructors'] = 'Instructors';
$lang['reset'] = 'Reset';
$lang['search_my_courses'] = 'Search my courses';
$lang['your'] = 'Your';
$lang['no_summary_found'] = 'No summary found';
$lang['sec'] = 'Sec';
$lang['completed'] = 'Completed';
$lang['publish_rating'] = 'Publish rating';
$lang['profile'] = 'Profile';
$lang['account'] = 'Account';
$lang['photo'] = 'Photo';
$lang['add_information_about_yourself_to_share_on_your_profile'] = 'Add information about yourself to share on your profile';
$lang['basics'] = 'Basics';
$lang['add_your_twitter_link'] = 'Add your twitter link';
$lang['add_your_facebook_link'] = 'Add your facebook link';
$lang['add_your_linkedin_link'] = 'Add your linkedin link';
$lang['credentials'] = 'Credentials';
$lang['edit_your_account_settings'] = 'Edit your account settings';
$lang['enter_current_password'] = 'Enter current password';
$lang['enter_new_password'] = 'Enter new password';
$lang['re-type_your_password'] = 'Re-type your password';
$lang['update_user_photo'] = 'Update user photo';
$lang['update_your_photo'] = 'Update your photo';
$lang['upload_image'] = 'Upload image';
$lang['lesson_has_been_updated_successfully'] = 'Lesson has been updated successfully';
$lang['add_student'] = 'Add student';
$lang['enrolled_courses'] = 'Enrolled courses';
$lang['successfully_enrolled'] = 'Successfully enrolled';
$lang['lesson_and_section'] = 'Lesson and section';
$lang['$12'] = '$12';
$lang['$13'] = '$13';
$lang['$58'] = '$58';
$lang['$56'] = '$56';
$lang['$1800'] = '$1800';
$lang['$10'] = '$10';
$lang['section_and_lesson'] = 'Section and lesson';
$lang['$11.99'] = '$11.99';
$lang['$328'] = '$328';
$lang['$339'] = '$339';
$lang['$120'] = '$120';
$lang['$220'] = '$220';
$lang['$150'] = '$150';
$lang['$160'] = '$160';
$lang['$135'] = '$135';
$lang['$59'] = '$59';
$lang['$178'] = '$178';
$lang['$299'] = '$299';
$lang['$260'] = '$260';
$lang['$98'] = '$98';
$lang['$190'] = '$190';
$lang['$169'] = '$169';
$lang['$189'] = '$189';
$lang['$110'] = '$110';
$lang['$170'] = '$170';
$lang['$89'] = '$89';
$lang['$68'] = '$68';
$lang['invalid_login_credentials'] = 'Invalid login credentials';
$lang['please_wait'] = 'Please wait';
$lang['new_message'] = 'New message';
$lang['send'] = 'Send';
$lang['date'] = 'Date';
$lang['total_price'] = 'Total price';
$lang['payment_type'] = 'Payment type';
$lang['$250'] = '$250';
$lang['$99'] = '$99';
$lang['$0'] = '$0';
$lang['$130'] = '$130';
$lang['$22'] = '$22';
$lang['$45'] = '$45';
$lang['$199'] = '$199';
$lang['$109'] = '$109';
$lang['$69'] = '$69';
$lang['$79'] = '$79';
$lang['$88'] = '$88';
$lang['$65'] = '$65';
$lang['$29.9'] = '$29.9';
$lang['$49'] = '$49';
$lang['$19'] = '$19';
$lang['$39'] = '$39';
$lang['$29'] = '$29';
$lang['$47'] = '$47';
$lang['$28'] = '$28';
$lang['$27'] = '$27';
$lang['$18'] = '$18';
$lang['$15'] = '$15';
$lang['$16'] = '$16';
$lang['$21'] = '$21';
$lang['$288'] = '$288';
$lang['$366'] = '$366';
$lang['$348'] = '$348';
$lang['$266'] = '$266';
$lang['$388'] = '$388';
$lang['$200'] = '$200';
$lang['$399'] = '$399';
$lang['$248'] = '$248';
$lang['$168'] = '$168';
$lang['$188'] = '$188';
$lang['$25'] = '$25';
$lang['$17'] = '$17';
$lang['$32'] = '$32';
$lang['$26'] = '$26';
$lang['$34'] = '$34';
$lang['$78'] = '$78';
$lang['$20'] = '$20';
$lang['$50'] = '$50';
$lang['$149'] = '$149';
$lang['$128'] = '$128';
$lang['$35'] = '$35';
$lang['$31'] = '$31';
$lang['$37'] = '$37';
$lang['$36'] = '$36';
$lang['$33'] = '$33';
$lang['$30'] = '$30';
$lang['$23'] = '$23';
$lang['$359'] = '$359';
$lang['provide_a_section_name'] = 'Provide a section name';
$lang['section_has_been_added_successfully'] = 'Section has been added successfully';
$lang['lesson_has_been_added_successfully'] = 'Lesson has been added successfully';
$lang['pay_with_paypal'] = 'Pay with paypal';
$lang['this_instructor_has_not_provided_valid_public_key_or_secret_key'] = 'This instructor has not provided valid public key or secret key';
$lang['pay_with_stripe'] = 'Pay with stripe';
$lang['protocol'] = 'Protocol';
$lang['smtp_host'] = 'Smtp host';
$lang['smtp_port'] = 'Smtp port';
$lang['smtp_username'] = 'Smtp username';
$lang['smtp_password'] = 'Smtp password';
$lang['data_added_successfully'] = 'Data added successfully';
$lang['edit_category'] = 'Edit category';
$lang['update_category'] = 'Update category';
$lang['update_category_form'] = 'Update category form';
$lang['data_updated_successfully'] = 'Data updated successfully';
$lang['video_url_is_not_supported'] = 'Video url is not supported';
$lang['theme_is_showed_up'] = 'Theme is showed up';
$lang['hit_the_install_button_for_installing'] = 'Hit the install button for installing';
$lang['install'] = 'Install';
$lang['theme'] = 'Theme';
$lang['allow_public_instructor'] = 'Allow public instructor';
$lang['instructor_revenue_percentage'] = 'Instructor revenue percentage';
$lang['admin_revenue_percentage'] = 'Admin revenue percentage';
$lang['instructor_settings_updated'] = 'Instructor settings updated';
$lang['payment_due'] = 'Payment due';
$lang['high_quality_videos'] = 'High quality videos';
$lang['life_time_access'] = 'Life time access';
$lang['video'] = 'Video';
$lang['lesson_provider_for_web'] = 'Lesson provider for web';
$lang['video_url_for_web_application'] = 'Video url for web application';
$lang['lesson_provider_for_mobile_application'] = 'Lesson provider for mobile application';
$lang['video_url_for_mobile_application'] = 'Video url for mobile application';
$lang['video_is_only_acceptable'] = 'Video is only acceptable';
$lang['only'] = 'Only';
$lang['type_video_is_acceptable'] = 'Type video is acceptable';
$lang['this_video_will_be_shown_on_web_application'] = 'This video will be shown on web application';
$lang['type_video_is_acceptable_for_mobile_application'] = 'Type video is acceptable for mobile application';
$lang['for_mobile_application'] = 'For mobile application';
$lang['for_web_application'] = 'For web application';
$lang['quiz_has_been_updated_successfully'] = 'Quiz has been updated successfully';
$lang['review_the_course_materials_to_expand_your_learning'] = 'Review the course materials to expand your learning';
$lang['you_got'] = 'You got';
$lang['correct'] = 'Correct';
$lang['submitted_answers'] = 'Submitted answers';
$lang['take_again'] = 'Take again';
$lang['email_duplication'] = 'Email duplication';
$lang['first_name_can_not_be_empty'] = 'First name can not be empty';
$lang['user_update_successfully'] = 'User update successfully';
$lang['updated_successfully'] = 'Updated successfully';
$lang['footer_text'] = 'Footer text';
$lang['enrolment_form'] = 'Enrolment form';
$lang['select_a_user'] = 'Select a user';
$lang['course_to_enrol'] = 'Course to enrol';
$lang['select_a_course'] = 'Select a course';
$lang['enrol_student'] = 'Enrol student';
$lang['private_messaging'] = 'Private messaging';
$lang['private_message'] = 'Private message';
$lang['choose_an_option_from_the_left_side'] = 'Choose an option from the left side';
$lang['register_yourself'] = 'Register yourself';
$lang['your_registration_has_been_successfully_done'] = 'Your registration has been successfully done';
$lang['show_full_biography'] = 'Show full biography';
$lang['total_student'] = 'Total student';
$lang['student_edit'] = 'Student edit';
$lang['student_edit_form'] = 'Student edit form';
$lang['social_information'] = 'Social information';
$lang['payment_info'] = 'Payment info';
$lang['user_image'] = 'User image';
$lang['choose_user_image'] = 'Choose user image';
$lang['facebook'] = 'Facebook';
$lang['twitter'] = 'Twitter';
$lang['linkedin'] = 'Linkedin';
$lang['paypal_client_id'] = 'Paypal client id';
$lang['required_for_instructor'] = 'Required for instructor';
$lang['stripe_public_key'] = 'Stripe public key';
$lang['stripe_secret_key'] = 'Stripe secret key';
$lang['$10000'] = '$10000';
$lang['student_has_been_enrolled_to_that_course'] = 'Student has been enrolled to that course';
$lang['enrol_histories'] = 'Enrol histories';
$lang['user_name'] = 'User name';
$lang['no_records_found'] = 'No records found';
\ No newline at end of file
<!-- start page title -->
<div class="row ">
<div class="col-xl-12">
<div class="card">
<div class="card-body">
<h4 class="page-title"> <i class="mdi mdi-apple-keyboard-command title_icon"></i> <?php echo get_phrase('add_new_organ'); ?></h4>
</div> <!-- end card body-->
</div> <!-- end card -->
</div><!-- end col-->
</div>
<div class="row justify-content-center">
<div class="col-xl-7">
<div class="card">
<div class="card-body">
<div class="col-lg-12">
<h4 class="mb-3 header-title"><?php echo get_phrase('organ_add_form'); ?></h4>
<form class="required-form" action="<?php echo site_url('admin/organization/add'); ?>" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="code"><?php echo get_phrase('organ_code'); ?></label>
<input type="text" class="form-control" id="code" name = "code" value="<?php echo substr(md5(rand(0, 1000000)), 0, 10); ?>" readonly>
</div>
<div class="form-group">
<label for="name"><?php echo get_phrase('organ_title'); ?><span class="required">*</span></label>
<input type="text" class="form-control" id="name" name = "name" required>
</div>
<div class="form-group">
<label for="address"><?php echo get_phrase('organ_address'); ?></label>
<input type="text" class="form-control" id="address" name = "address">
</div>
<div class="form-group">
<label for="phone"><?php echo get_phrase('organ_phone'); ?></label>
<input type="text" class="form-control" id="phone" name = "phone">
</div>
<div class="form-group">
<label for="parent"><?php echo get_phrase('parent'); ?></label>
<select class="form-control select2" data-toggle="select2" name="parent_id" id="parent_id" onchange="checkorganType(this.value)">
<option value="0"><?php echo get_phrase('none'); ?></option>
<?php foreach ($organization as $organ): ?>
<?php if ($organ['parent_id'] == 0): ?>
<option value="<?php echo $organ['id']; ?>"><?php echo $organ['name']; ?></option>
<?php endif; ?>
<?php endforeach; ?>
</select>
</div>
<div class="form-group" id = "icon-picker-area">
<label for="font_awesome_class"><?php echo get_phrase('icon_picker'); ?></label>
<input type="text" id ="font_awesome_class" name="font_awesome_class" class="form-control icon-picker" autocomplete="off">
</div>
<div class="form-group" id = "thumbnail-picker-area">
<label> <?php echo get_phrase('organ_thumbnail'); ?> <small>(<?php echo get_phrase('the_image_size_should_be'); ?>: 400 X 255)</small> </label>
<div class="input-group">
<div class="custom-file">
<input type="file" class="custom-file-input" id="organization_thumbnail" name="organization_thumbnail" accept="image/*" onchange="changeTitleOfImageUploader(this)">
<label class="custom-file-label" for="organization_thumbnail"><?php echo get_phrase('choose_thumbnail'); ?></label>
</div>
</div>
</div>
<button type="button" class="btn btn-primary" onclick="checkRequiredFields()"><?php echo get_phrase("submit"); ?></button>
</form>
</div>
</div> <!-- end card body-->
</div> <!-- end card -->
</div><!-- end col-->
</div>
<script type="text/javascript">
function checkorganType(organ_type) {
if (organ_type > 0) {
$('#thumbnail-picker-area').hide();
$('#icon-picker-area').hide();
}else {
$('#thumbnail-picker-area').show();
$('#icon-picker-area').show();
}
}
</script>
<?php
$organ_details = $this->crud_model->get_organ_details_by_id($organ_id)->row_array();
?>
<!-- start page title -->
<div class="row">
<div class="col-12">
<div class="page-title-box ">
<h4 class="page-title"> <i class="mdi mdi-apple-keyboard-command title_icon"></i> <?php echo get_phrase('update_organ'); ?></h4>
</div>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-xl-6">
<div class="card">
<div class="card-body">
<div class="col-lg-12">
<h4 class="mb-3 header-title"><?php echo get_phrase('update_organ_form'); ?></h4>
<form class="required-form" action="<?php echo site_url('admin/organization/edit/'.$organ_id); ?>" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="code"><?php echo get_phrase('organ_title'); ?></label>
<input type="text" class="form-control" id="code" name = "code" value="<?php echo $organ_details['code']; ?>" readonly>
</div>
<div class="form-group">
<label for="name"><?php echo get_phrase('organ_title'); ?><span class="required">*</span></label>
<input type="text" class="form-control" id="name" name = "name" value="<?php echo $organ_details['name']; ?>" required>
</div>
<div class="form-group">
<label for="address"><?php echo get_phrase('organ_address'); ?></label>
<input type="text" class="form-control" id="address" name = "address" value="<?php echo $organ_details['address']; ?>">
</div>
<div class="form-group">
<label for="phone"><?php echo get_phrase('organ_phone'); ?></label>
<input type="text" class="form-control" id="phone" name = "phone" value="<?php echo $organ_details['phone']; ?>">
</div>
<div class="form-group">
<label for="parent"><?php echo get_phrase('parent'); ?></label>
<select class="form-control select2" data-toggle="select2" name="parent_id" id="parent_id">
<option value="0"><?php echo get_phrase('none'); ?></option>
<?php foreach ($organization as $organ): ?>
<?php if ($organ['parent_id'] == 0): ?>
<option value="<?php echo $organ['id']; ?>" <?php if($organ_details['parent_id'] == $organ['id']) echo 'selected'; ?>><?php echo $organ['name']; ?></option>
<?php endif; ?>
<?php endforeach; ?>
</select>
</div>
<div class="form-group" id = "icon-picker-area">
<label for="font_awesome_class"><?php echo get_phrase('icon_picker'); ?></label>
<input type="text" id = "font_awesome_class" name="font_awesome_class" class="form-control icon-picker" value="<?php echo $organ_details['font_awesome_class']; ?>" autocomplete="off">
</div>
<div class="form-group" id = "thumbnail-picker-area">
<label><?php echo get_phrase('organization_thumbnail'); ?> <small>(<?php echo get_phrase('the_image_size_should_be'); ?>: 400 X 255)</small> </label>
<div class="input-group">
<div class="custom-file">
<input type="file" class="custom-file-input" id="organization_thumbnail" name="organization_thumbnail" accept="image/*" onchange="changeTitleOfImageUploader(this)">
<label class="custom-file-label" for="organization_thumbnail"><?php echo get_phrase('choose_thumbnail'); ?></label>
</div>
</div>
</div>
<button type="button" class="btn btn-primary" onclick="checkRequiredFields()"><?php echo get_phrase("submit"); ?></button>
</form>
</div>
</div> <!-- end card body-->
</div> <!-- end card -->
</div><!-- end col-->
</div>
<script type="text/javascript">
function checkorganType(organ_type) {
if (organ_type > 0) {
$('#thumbnail-picker-area').hide();
$('#icon-picker-area').hide();
}else {
$('#thumbnail-picker-area').show();
$('#icon-picker-area').show();
}
}
$(document).ready(function () {
var parent_organ = $('#parent_id').val();
checkorganType(parent_organ);
});
</script>
<div class="row ">
<div class="col-xl-12">
<div class="card">
<div class="card-body">
<h4 class="page-title"> <i class="mdi mdi-apple-keyboard-command title_icon"></i> <?php echo get_phrase('organization'); ?>
<a href="<?php echo site_url('admin/organ_form/add_organ'); ?>" class="btn btn-outline-primary btn-rounded alignToTitle"><i class="mdi mdi-plus"></i><?php echo get_phrase('add_new_organization'); ?></a>
</h4>
</div> <!-- end card body-->
</div> <!-- end card -->
</div><!-- end col-->
</div>
<div class="row">
<?php foreach ($organization->result_array() as $organ):
if($organ['parent_id'] > 0 )
continue;
$sub_organization = $this->crud_model->get_sub_organization($organ['id']); ?>
<div class="col-md-6 col-lg-6 col-xl-4 on-hover-action" id = "<?php echo $organ['id']; ?>">
<div class="card d-block">
<img class="card-img-top img-list" src="<?php echo base_url('uploads/thumbnails/organization_thumbnails/'.$organ['thumbnail']); ?>" alt="Card image cap">
<div class="card-body">
<h4 class="card-title mb-0"><i class="<?php echo $organ['font_awesome_class']; ?>"></i> <?php echo $organ['name']; ?></h4>
<small style="font-style: italic;"><p class="card-text"><?php echo count($sub_organization).' '.get_phrase('sub_organization'); ?></p></small>
</div>
<ul class="list-group list-group-flush">
<?php foreach ($sub_organization as $sub_organ): ?>
<li class="list-group-item on-hover-action" id = "<?php echo $sub_organ['id']; ?>">
<span><i class="<?php echo $sub_organ['font_awesome_class']; ?>"></i> <?php echo $sub_organ['name']; ?></span>
<span class="category-action" id = 'organ-delete-btn-<?php echo $sub_organ['id']; ?>' style="float: right; margin-left: 5px; display: none; height: 20px;">
<a href="javascript::" class="action-icon" onclick="confirm_modal('<?php echo site_url('admin/organization/delete/'.$sub_organ['id']); ?>');"> <i class="mdi mdi-delete" style="font-size: 18px;"></i></a>
</span>
<span class="category-action" id = 'organ-edit-btn-<?php echo $sub_organ['id']; ?>' style="float: right; display: none; height: 20px;">
<a href="<?php echo site_url('admin/organ_form/edit_organ/'.$sub_organ['id']); ?>" class="action-icon"> <i class="mdi mdi-pencil" style="font-size: 18px;"></i></a>
</span>
</li>
<?php endforeach; ?>
</ul>
<div class="card-body">
<a href = "<?php echo site_url('admin/organ_form/edit_organ/'.$organ['id']); ?>" class="btn btn-icon btn-outline-info btn-sm" id = "organ-edit-btn-<?php echo $organ['id']; ?>" style="display: none;" style="margin-right:5px;">
<i class="mdi mdi-wrench"></i> <?php echo get_phrase('edit'); ?>
</a>
<a href = "#" class="btn btn-icon btn-outline-danger btn-sm" id = "organ-delete-btn-<?php echo $organ['id']; ?>"style="float: right; display: none;" onclick="confirm_modal('<?php echo site_url('admin/organization/delete/'.$organ['id']); ?>');" style="margin-right:5px;">
<i class="mdi mdi-delete"></i> <?php echo get_phrase('delete'); ?>
</a>
</div> <!-- end card-body-->
</div> <!-- end card-->
</div>
<?php endforeach; ?>
</div>
<script type="text/javascript">
$('.on-hover-action').mouseenter(function() {
var id = this.id;
$('#organ-delete-btn-'+id).show();
$('#organ-edit-btn-'+id).show();
});
$('.on-hover-action').mouseleave(function() {
var id = this.id;
$('#organ-delete-btn-'+id).hide();
$('#organ-edit-btn-'+id).hide();
});
</script>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
-- -------------------------------------------------------------
-- TablePlus 2.9.1(264)
--
-- https://tableplus.com/
--
-- Database: academy_2.3
-- Generation Time: 2019-10-03 20:11:57.5020
-- -------------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `category`;
CREATE TABLE `category` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`code` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`parent` int(11) DEFAULT '0',
`slug` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
`font_awesome_class` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`thumbnail` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `ci_sessions`;
CREATE TABLE `ci_sessions` (
`id` varchar(40) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`ip_address` varchar(45) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`timestamp` int(10) unsigned NOT NULL DEFAULT '0',
`data` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `comment`;
CREATE TABLE `comment` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`body` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`user_id` int(11) DEFAULT NULL,
`commentable_id` int(11) DEFAULT NULL,
`commentable_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `course`;
CREATE TABLE `course` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`short_description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`outcomes` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`language` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`category_id` int(11) DEFAULT NULL,
`sub_category_id` int(11) DEFAULT NULL,
`section` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`requirements` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`price` double DEFAULT NULL,
`discount_flag` int(11) DEFAULT '0',
`discounted_price` int(11) DEFAULT NULL,
`level` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`thumbnail` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`video_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
`visibility` int(11) DEFAULT NULL,
`is_top_course` int(11) DEFAULT '0',
`is_admin` int(11) DEFAULT NULL,
`status` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`course_overview_provider` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`meta_keywords` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`meta_description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`is_free_course` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `currency`;
CREATE TABLE `currency` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`code` varchar(255) DEFAULT NULL,
`symbol` varchar(255) DEFAULT NULL,
`paypal_supported` int(11) DEFAULT NULL,
`stripe_supported` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=113 DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `enrol`;
CREATE TABLE `enrol` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`course_id` int(11) DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `frontend_settings`;
CREATE TABLE `frontend_settings` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `language`;
CREATE TABLE `language` (
`phrase_id` int(11) NOT NULL AUTO_INCREMENT,
`phrase` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`english` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`Bengali` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (`phrase_id`)
) ENGINE=MyISAM AUTO_INCREMENT=594 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `lesson`;
CREATE TABLE `lesson` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`duration` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`course_id` int(11) DEFAULT NULL,
`section_id` int(11) DEFAULT NULL,
`video_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`video_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
`lesson_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`attachment` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`attachment_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`summary` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`order` int(11) NOT NULL DEFAULT '0',
`video_type_for_mobile_application` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`video_url_for_mobile_application` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`duration_for_mobile_application` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `message`;
CREATE TABLE `message` (
`message_id` int(11) NOT NULL AUTO_INCREMENT,
`message_thread_code` longtext,
`message` longtext,
`sender` longtext,
`timestamp` longtext,
`read_status` int(11) DEFAULT NULL,
PRIMARY KEY (`message_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS `message_thread`;
CREATE TABLE `message_thread` (
`message_thread_id` int(11) NOT NULL AUTO_INCREMENT,
`message_thread_code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`sender` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',
`receiver` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '',
`last_message_timestamp` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (`message_thread_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `payment`;
CREATE TABLE `payment` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`payment_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`course_id` int(11) DEFAULT NULL,
`amount` double DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
`admin_revenue` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`instructor_revenue` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`instructor_payment_status` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `question`;
CREATE TABLE `question` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`quiz_id` int(11) DEFAULT NULL,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`number_of_options` int(11) DEFAULT NULL,
`options` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`correct_answers` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `rating`;
CREATE TABLE `rating` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`rating` double DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`ratable_id` int(11) DEFAULT NULL,
`ratable_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
`review` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `role`;
CREATE TABLE `role` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `section`;
CREATE TABLE `section` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`course_id` int(11) DEFAULT NULL,
`order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `tag`;
CREATE TABLE `tag` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`tag` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`tagable_id` int(11) DEFAULT NULL,
`tagable_type` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`first_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`last_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`password` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
`social_links` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`biography` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`role_id` int(11) DEFAULT NULL,
`date_added` int(11) DEFAULT NULL,
`last_modified` int(11) DEFAULT NULL,
`watch_history` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`wishlist` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`title` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`paypal_keys` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`stripe_keys` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`verification_code` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`status` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `currency` (`id`, `name`, `code`, `symbol`, `paypal_supported`, `stripe_supported`) VALUES ('1', 'Leke', 'ALL', 'Lek', '0', '1'),
('2', 'Dollars', 'USD', '$', '1', '1'),
('3', 'Afghanis', 'AFN', '؋', '0', '1'),
('4', 'Pesos', 'ARS', '$', '0', '1'),
('5', 'Guilders', 'AWG', 'ƒ', '0', '1'),
('6', 'Dollars', 'AUD', '$', '1', '1'),
('7', 'New Manats', 'AZN', 'ман', '0', '1'),
('8', 'Dollars', 'BSD', '$', '0', '1'),
('9', 'Dollars', 'BBD', '$', '0', '1'),
('10', 'Rubles', 'BYR', 'p.', '0', '0'),
('11', 'Euro', 'EUR', '€', '1', '1'),
('12', 'Dollars', 'BZD', 'BZ$', '0', '1'),
('13', 'Dollars', 'BMD', '$', '0', '1'),
('14', 'Bolivianos', 'BOB', '$b', '0', '1'),
('15', 'Convertible Marka', 'BAM', 'KM', '0', '1'),
('16', 'Pula', 'BWP', 'P', '0', '1'),
('17', 'Leva', 'BGN', 'лв', '0', '1'),
('18', 'Reais', 'BRL', 'R$', '1', '1'),
('19', 'Pounds', 'GBP', '£', '1', '1'),
('20', 'Dollars', 'BND', '$', '0', '1'),
('21', 'Riels', 'KHR', '៛', '0', '1'),
('22', 'Dollars', 'CAD', '$', '1', '1'),
('23', 'Dollars', 'KYD', '$', '0', '1'),
('24', 'Pesos', 'CLP', '$', '0', '1'),
('25', 'Yuan Renminbi', 'CNY', '¥', '0', '1'),
('26', 'Pesos', 'COP', '$', '0', '1'),
('27', 'Colón', 'CRC', '₡', '0', '1'),
('28', 'Kuna', 'HRK', 'kn', '0', '1'),
('29', 'Pesos', 'CUP', '₱', '0', '0'),
('30', 'Koruny', 'CZK', 'Kč', '1', '1'),
('31', 'Kroner', 'DKK', 'kr', '1', '1'),
('32', 'Pesos', 'DOP ', 'RD$', '0', '1'),
('33', 'Dollars', 'XCD', '$', '0', '1'),
('34', 'Pounds', 'EGP', '£', '0', '1'),
('35', 'Colones', 'SVC', '$', '0', '0'),
('36', 'Pounds', 'FKP', '£', '0', '1'),
('37', 'Dollars', 'FJD', '$', '0', '1'),
('38', 'Cedis', 'GHC', '¢', '0', '0'),
('39', 'Pounds', 'GIP', '£', '0', '1'),
('40', 'Quetzales', 'GTQ', 'Q', '0', '1'),
('41', 'Pounds', 'GGP', '£', '0', '0'),
('42', 'Dollars', 'GYD', '$', '0', '1'),
('43', 'Lempiras', 'HNL', 'L', '0', '1'),
('44', 'Dollars', 'HKD', '$', '1', '1'),
('45', 'Forint', 'HUF', 'Ft', '1', '1'),
('46', 'Kronur', 'ISK', 'kr', '0', '1'),
('47', 'Rupees', 'INR', 'Rp', '1', '1'),
('48', 'Rupiahs', 'IDR', 'Rp', '0', '1'),
('49', 'Rials', 'IRR', '﷼', '0', '0'),
('50', 'Pounds', 'IMP', '£', '0', '0'),
('51', 'New Shekels', 'ILS', '₪', '1', '1'),
('52', 'Dollars', 'JMD', 'J$', '0', '1'),
('53', 'Yen', 'JPY', '¥', '1', '1'),
('54', 'Pounds', 'JEP', '£', '0', '0'),
('55', 'Tenge', 'KZT', 'лв', '0', '1'),
('56', 'Won', 'KPW', '₩', '0', '0'),
('57', 'Won', 'KRW', '₩', '0', '1'),
('58', 'Soms', 'KGS', 'лв', '0', '1'),
('59', 'Kips', 'LAK', '₭', '0', '1'),
('60', 'Lati', 'LVL', 'Ls', '0', '0'),
('61', 'Pounds', 'LBP', '£', '0', '1'),
('62', 'Dollars', 'LRD', '$', '0', '1'),
('63', 'Switzerland Francs', 'CHF', 'CHF', '1', '1'),
('64', 'Litai', 'LTL', 'Lt', '0', '0'),
('65', 'Denars', 'MKD', 'ден', '0', '1'),
('66', 'Ringgits', 'MYR', 'RM', '1', '1'),
('67', 'Rupees', 'MUR', '₨', '0', '1'),
('68', 'Pesos', 'MXN', '$', '1', '1'),
('69', 'Tugriks', 'MNT', '₮', '0', '1'),
('70', 'Meticais', 'MZN', 'MT', '0', '1'),
('71', 'Dollars', 'NAD', '$', '0', '1'),
('72', 'Rupees', 'NPR', '₨', '0', '1'),
('73', 'Guilders', 'ANG', 'ƒ', '0', '1'),
('74', 'Dollars', 'NZD', '$', '1', '1'),
('75', 'Cordobas', 'NIO', 'C$', '0', '1'),
('76', 'Nairas', 'NGN', '₦', '0', '1'),
('77', 'Krone', 'NOK', 'kr', '1', '1'),
('78', 'Rials', 'OMR', '﷼', '0', '0'),
('79', 'Rupees', 'PKR', '₨', '0', '1'),
('80', 'Balboa', 'PAB', 'B/.', '0', '1'),
('81', 'Guarani', 'PYG', 'Gs', '0', '1'),
('82', 'Nuevos Soles', 'PEN', 'S/.', '0', '1'),
('83', 'Pesos', 'PHP', 'Php', '1', '1'),
('84', 'Zlotych', 'PLN', 'zł', '1', '1'),
('85', 'Rials', 'QAR', '﷼', '0', '1'),
('86', 'New Lei', 'RON', 'lei', '0', '1'),
('87', 'Rubles', 'RUB', 'руб', '1', '1'),
('88', 'Pounds', 'SHP', '£', '0', '1'),
('89', 'Riyals', 'SAR', '﷼', '0', '1'),
('90', 'Dinars', 'RSD', 'Дин.', '0', '1'),
('91', 'Rupees', 'SCR', '₨', '0', '1'),
('92', 'Dollars', 'SGD', '$', '1', '1'),
('93', 'Dollars', 'SBD', '$', '0', '1'),
('94', 'Shillings', 'SOS', 'S', '0', '1'),
('95', 'Rand', 'ZAR', 'R', '0', '1'),
('96', 'Rupees', 'LKR', '₨', '0', '1'),
('97', 'Kronor', 'SEK', 'kr', '1', '1'),
('98', 'Dollars', 'SRD', '$', '0', '1'),
('99', 'Pounds', 'SYP', '£', '0', '0'),
('100', 'New Dollars', 'TWD', 'NT$', '1', '1'),
('101', 'Baht', 'THB', '฿', '1', '1'),
('102', 'Dollars', 'TTD', 'TT$', '0', '1'),
('103', 'Lira', 'TRY', 'TL', '0', '1'),
('104', 'Liras', 'TRL', '£', '0', '0'),
('105', 'Dollars', 'TVD', '$', '0', '0'),
('106', 'Hryvnia', 'UAH', '₴', '0', '1'),
('107', 'Pesos', 'UYU', '$U', '0', '1'),
('108', 'Sums', 'UZS', 'лв', '0', '1'),
('109', 'Bolivares Fuertes', 'VEF', 'Bs', '0', '0'),
('110', 'Dong', 'VND', '₫', '0', '1'),
('111', 'Rials', 'YER', '﷼', '0', '1'),
('112', 'Zimbabwe Dollars', 'ZWD', 'Z$', '0', '0');
INSERT INTO `frontend_settings` (`id`, `key`, `value`) VALUES ('1', 'banner_title', 'Learn on your schedule'),
('2', 'banner_sub_title', 'Study any topic, anytime. Explore thousands of courses for the lowest price ever!'),
('4', 'about_us', '<p></p><h2>This is about us</h2><p><span xss=\"removed\" xss=removed>Welcome to Academy. It will help you to learn in a new ways</span></p>'),
('10', 'terms_and_condition', '<h2>Terms and Condition</h2>This is the Terms and condition page for your companys'),
('11', 'privacy_policy', '<p></p><p></p><h2><span xss=\"removed\">Privacy Policy</span><br></h2>This is the Privacy Policy page for your companys<p></p><p><b>This is another</b> <u><a href=\"https://youtube.com/watch?v=PHgc8Q6qTjc\" target=\"_blank\">thing you will</a></u> <span xss=\"removed\">not understand</span>.</p>'),
('13', 'theme', 'default');
INSERT INTO `language` (`phrase_id`, `phrase`, `english`, `Bengali`) VALUES ('1', 'manage_profile', NULL, NULL),
('3', 'dashboard', NULL, NULL),
('4', 'categories', NULL, NULL),
('5', 'courses', NULL, NULL),
('6', 'students', NULL, NULL),
('7', 'enroll_history', NULL, NULL),
('8', 'message', NULL, NULL),
('9', 'settings', NULL, NULL),
('10', 'system_settings', NULL, NULL),
('11', 'frontend_settings', NULL, NULL),
('12', 'payment_settings', NULL, NULL),
('13', 'manage_language', NULL, NULL),
('14', 'edit_profile', NULL, NULL),
('15', 'log_out', NULL, NULL),
('16', 'first_name', NULL, NULL),
('17', 'last_name', NULL, NULL),
('18', 'email', NULL, NULL),
('19', 'facebook_link', NULL, NULL),
('20', 'twitter_link', NULL, NULL),
('21', 'linkedin_link', NULL, NULL),
('22', 'a_short_title_about_yourself', NULL, NULL),
('23', 'biography', NULL, NULL),
('24', 'photo', NULL, NULL),
('25', 'select_image', NULL, NULL),
('26', 'change', NULL, NULL),
('27', 'remove', NULL, NULL),
('28', 'update_profile', NULL, NULL),
('29', 'change_password', NULL, NULL),
('30', 'current_password', NULL, NULL),
('31', 'new_password', NULL, NULL),
('32', 'confirm_new_password', NULL, NULL),
('33', 'delete', NULL, NULL),
('34', 'cancel', NULL, NULL),
('35', 'are_you_sure_to_update_this_information', NULL, NULL),
('36', 'yes', NULL, NULL),
('37', 'no', NULL, NULL),
('38', 'system settings', NULL, NULL),
('39', 'system_name', NULL, NULL),
('40', 'system_title', NULL, NULL),
('41', 'slogan', NULL, NULL),
('42', 'system_email', NULL, NULL),
('43', 'address', NULL, NULL),
('44', 'phone', NULL, NULL),
('45', 'youtube_api_key', NULL, NULL),
('46', 'get_youtube_api_key', NULL, NULL),
('47', 'vimeo_api_key', NULL, NULL),
('48', 'purchase_code', NULL, NULL),
('49', 'language', NULL, NULL),
('50', 'text-align', NULL, NULL),
('51', 'update_system_settings', NULL, NULL),
('52', 'update_product', NULL, NULL),
('53', 'file', NULL, NULL),
('54', 'install_update', NULL, NULL),
('55', 'system_logo', NULL, NULL),
('56', 'update_logo', NULL, NULL),
('57', 'get_vimeo_api_key', NULL, NULL),
('58', 'add_category', NULL, NULL),
('59', 'category_title', NULL, NULL),
('60', 'sub_categories', NULL, NULL),
('61', 'actions', NULL, NULL),
('62', 'action', NULL, NULL),
('63', 'manage_sub_categories', NULL, NULL),
('64', 'edit', NULL, NULL),
('65', 'add_course', NULL, NULL),
('66', 'select_category', NULL, NULL),
('67', 'title', NULL, NULL),
('68', 'category', NULL, NULL),
('69', '#_section', NULL, NULL),
('70', '#_lesson', NULL, NULL),
('71', '#_enrolled_user', NULL, NULL),
('72', 'view_course_details', NULL, NULL),
('73', 'manage_section', NULL, NULL),
('74', 'manage_lesson', NULL, NULL),
('75', 'student', NULL, NULL),
('76', 'add_student', NULL, NULL),
('77', 'name', NULL, NULL),
('78', 'date_added', NULL, NULL),
('79', 'enrolled_courses', NULL, NULL),
('80', 'view_profile', NULL, NULL),
('81', 'admin_dashboard', NULL, NULL),
('82', 'total_courses', NULL, NULL),
('83', 'number_of_courses', NULL, NULL),
('84', 'total_lessons', NULL, NULL),
('85', 'number_of_lessons', NULL, NULL),
('86', 'total_enrollment', NULL, NULL),
('87', 'number_of_enrollment', NULL, NULL),
('88', 'total_student', NULL, NULL),
('89', 'number_of_student', NULL, NULL),
('90', 'manage_sections', NULL, NULL),
('91', 'manage sections', NULL, NULL),
('92', 'course', NULL, NULL),
('93', 'add_section', NULL, NULL),
('94', 'lessons', NULL, NULL),
('95', 'serialize_sections', NULL, NULL),
('96', 'add_lesson', NULL, NULL),
('97', 'edit_section', NULL, NULL),
('98', 'delete_section', NULL, NULL),
('99', 'course_details', NULL, NULL),
('100', 'course details', NULL, NULL),
('101', 'details', NULL, NULL),
('102', 'instructor', NULL, NULL),
('103', 'sub_category', NULL, NULL),
('104', 'enrolled_user', NULL, NULL),
('105', 'last_modified', NULL, NULL),
('106', 'manage language', NULL, NULL),
('107', 'language_list', NULL, NULL),
('108', 'add_phrase', NULL, NULL),
('109', 'add_language', NULL, NULL),
('110', 'option', NULL, NULL),
('111', 'edit_phrase', NULL, NULL),
('112', 'delete_language', NULL, NULL),
('113', 'phrase', NULL, NULL),
('114', 'value_required', NULL, NULL),
('115', 'frontend settings', NULL, NULL),
('116', 'banner_title', NULL, NULL),
('117', 'banner_sub_title', NULL, NULL),
('118', 'about_us', NULL, NULL),
('119', 'blog', NULL, NULL),
('120', 'update_frontend_settings', NULL, NULL),
('121', 'update_banner', NULL, NULL),
('122', 'banner_image', NULL, NULL),
('123', 'update_banner_image', NULL, NULL),
('124', 'payment settings', NULL, NULL),
('125', 'paypal_settings', NULL, NULL),
('126', 'client_id', NULL, NULL),
('127', 'sandbox', NULL, NULL),
('128', 'production', NULL, NULL),
('129', 'active', NULL, NULL),
('130', 'mode', NULL, NULL),
('131', 'stripe_settings', NULL, NULL),
('132', 'testmode', NULL, NULL),
('133', 'on', NULL, NULL),
('134', 'off', NULL, NULL),
('135', 'test_secret_key', NULL, NULL),
('136', 'test_public_key', NULL, NULL),
('137', 'live_secret_key', NULL, NULL),
('138', 'live_public_key', NULL, NULL),
('139', 'save_changes', NULL, NULL),
('140', 'category_code', NULL, NULL),
('141', 'update_phrase', NULL, NULL),
('142', 'check', NULL, NULL),
('143', 'settings_updated', NULL, NULL),
('144', 'checking', NULL, NULL),
('145', 'phrase_added', NULL, NULL),
('146', 'language_added', NULL, NULL),
('147', 'language_deleted', NULL, NULL),
('148', 'add course', NULL, NULL),
('149', 'add_courses', NULL, NULL),
('150', 'add_course_form', NULL, NULL),
('151', 'basic_info', NULL, NULL),
('152', 'short_description', NULL, NULL),
('153', 'description', NULL, NULL),
('154', 'level', NULL, NULL),
('155', 'beginner', NULL, NULL),
('156', 'advanced', NULL, NULL),
('157', 'intermediate', NULL, NULL),
('158', 'language_made_in', NULL, NULL),
('159', 'is_top_course', NULL, NULL),
('160', 'outcomes', NULL, NULL),
('161', 'category_and_sub_category', NULL, NULL),
('162', 'select_a_category', NULL, NULL),
('163', 'select_a_category_first', NULL, NULL),
('164', 'requirements', NULL, NULL),
('165', 'price_and_discount', NULL, NULL),
('166', 'price', NULL, NULL),
('167', 'has_discount', NULL, NULL),
('168', 'discounted_price', NULL, NULL),
('169', 'course_thumbnail', NULL, NULL),
('170', 'note', NULL, NULL),
('171', 'thumbnail_size_should_be_600_x_600', NULL, NULL),
('172', 'course_overview_url', NULL, NULL),
('173', '0%', NULL, NULL),
('174', 'manage profile', NULL, NULL),
('175', 'edit_course', NULL, NULL),
('176', 'edit course', NULL, NULL),
('177', 'edit_courses', NULL, NULL),
('178', 'edit_course_form', NULL, NULL),
('179', 'update_course', NULL, NULL),
('180', 'course_updated', NULL, NULL),
('181', 'number_of_sections', NULL, NULL),
('182', 'number_of_enrolled_users', NULL, NULL),
('183', 'add section', NULL, NULL),
('184', 'section', NULL, NULL),
('185', 'add_section_form', NULL, NULL),
('186', 'update', NULL, NULL),
('187', 'serialize_section', NULL, NULL),
('188', 'serialize section', NULL, NULL),
('189', 'submit', NULL, NULL),
('190', 'sections_have_been_serialized', NULL, NULL),
('191', 'select_course', NULL, NULL),
('192', 'search', NULL, NULL),
('193', 'thumbnail', NULL, NULL),
('194', 'duration', NULL, NULL),
('195', 'provider', NULL, NULL),
('196', 'add lesson', NULL, NULL),
('197', 'add_lesson_form', NULL, NULL),
('198', 'video_type', NULL, NULL),
('199', 'select_a_course', NULL, NULL),
('200', 'select_a_course_first', NULL, NULL),
('201', 'video_url', NULL, NULL),
('202', 'invalid_url', NULL, NULL),
('203', 'your_video_source_has_to_be_either_youtube_or_vimeo', NULL, NULL),
('204', 'for', NULL, NULL),
('205', 'of', NULL, NULL),
('206', 'edit_lesson', NULL, NULL),
('207', 'edit lesson', NULL, NULL),
('208', 'edit_lesson_form', NULL, NULL),
('209', 'login', NULL, NULL),
('210', 'password', NULL, NULL),
('211', 'forgot_password', NULL, NULL),
('212', 'back_to_website', NULL, NULL),
('213', 'send_mail', NULL, NULL),
('214', 'back_to_login', NULL, NULL),
('215', 'student_add', NULL, NULL),
('216', 'student add', NULL, NULL),
('217', 'add_students', NULL, NULL),
('218', 'student_add_form', NULL, NULL),
('219', 'login_credentials', NULL, NULL),
('220', 'social_information', NULL, NULL),
('221', 'facebook', NULL, NULL),
('222', 'twitter', NULL, NULL),
('223', 'linkedin', NULL, NULL),
('224', 'user_image', NULL, NULL),
('225', 'add_user', NULL, NULL),
('226', 'user_update_successfully', NULL, NULL),
('227', 'user_added_successfully', NULL, NULL),
('228', 'student_edit', NULL, NULL),
('229', 'student edit', NULL, NULL),
('230', 'edit_students', NULL, NULL),
('231', 'student_edit_form', NULL, NULL),
('232', 'update_user', NULL, NULL),
('233', 'enroll history', NULL, NULL),
('234', 'filter', NULL, NULL),
('235', 'user_name', NULL, NULL),
('236', 'enrolled_course', NULL, NULL),
('237', 'enrollment_date', NULL, NULL),
('238', 'biography2', NULL, NULL),
('239', 'home', NULL, NULL),
('240', 'search_for_courses', NULL, NULL),
('241', 'total', NULL, NULL),
('242', 'go_to_cart', NULL, NULL),
('243', 'your_cart_is_empty', NULL, NULL),
('244', 'log_in', NULL, NULL),
('245', 'sign_up', NULL, NULL),
('246', 'what_do_you_want_to_learn', NULL, NULL),
('247', 'online_courses', NULL, NULL),
('248', 'explore_a_variety_of_fresh_topics', NULL, NULL),
('249', 'expert_instruction', NULL, NULL),
('250', 'find_the_right_course_for_you', NULL, NULL),
('251', 'lifetime_access', NULL, NULL),
('252', 'learn_on_your_schedule', NULL, NULL),
('253', 'top_courses', NULL, NULL),
('254', 'last_updater', NULL, NULL),
('255', 'hours', NULL, NULL),
('256', 'add_to_cart', NULL, NULL),
('257', 'top', NULL, NULL),
('258', 'latest_courses', NULL, NULL),
('259', 'added_to_cart', NULL, NULL),
('260', 'admin', NULL, NULL),
('261', 'log_in_to_your_udemy_account', NULL, NULL),
('262', 'by_signing_up_you_agree_to_our', NULL, NULL),
('263', 'terms_of_use', NULL, NULL),
('264', 'and', NULL, NULL),
('265', 'privacy_policy', NULL, NULL),
('266', 'do_not_have_an_account', NULL, NULL),
('267', 'sign_up_and_start_learning', NULL, NULL),
('268', 'check_here_for_exciting_deals_and_personalized_course_recommendations', NULL, NULL),
('269', 'already_have_an_account', NULL, NULL),
('270', 'checkout', NULL, NULL),
('271', 'paypal', NULL, NULL),
('272', 'stripe', NULL, NULL),
('273', 'step', NULL, NULL),
('274', 'how_would_you_rate_this_course_overall', NULL, NULL),
('275', 'write_a_public_review', NULL, NULL),
('276', 'describe_your_experience_what_you_got_out_of_the_course_and_other_helpful_highlights', NULL, NULL),
('277', 'what_did_the_instructor_do_well_and_what_could_use_some_improvement', NULL, NULL),
('278', 'next', NULL, NULL),
('279', 'previous', NULL, NULL),
('280', 'publish', NULL, NULL),
('281', 'search_results', NULL, NULL),
('282', 'ratings', NULL, NULL),
('283', 'search_results_for', NULL, NULL),
('284', 'category_page', NULL, NULL),
('285', 'all', NULL, NULL),
('286', 'category_list', NULL, NULL),
('287', 'by', NULL, NULL),
('288', 'go_to_wishlist', NULL, NULL),
('289', 'hi', NULL, NULL),
('290', 'my_courses', NULL, NULL),
('291', 'my_wishlist', NULL, NULL),
('292', 'my_messages', NULL, NULL),
('293', 'purchase_history', NULL, NULL),
('294', 'user_profile', NULL, NULL),
('295', 'already_purchased', NULL, NULL),
('296', 'all_courses', NULL, NULL),
('297', 'wishlists', NULL, NULL),
('298', 'search_my_courses', NULL, NULL),
('299', 'students_enrolled', NULL, NULL),
('300', 'created_by', NULL, NULL),
('301', 'last_updated', NULL, NULL),
('302', 'what_will_i_learn', NULL, NULL),
('303', 'view_more', NULL, NULL),
('304', 'other_related_courses', NULL, NULL),
('305', 'updated', NULL, NULL),
('306', 'curriculum_for_this_course', NULL, NULL),
('307', 'about_the_instructor', NULL, NULL),
('308', 'reviews', NULL, NULL),
('309', 'student_feedback', NULL, NULL),
('310', 'average_rating', NULL, NULL),
('311', 'preview_this_course', NULL, NULL),
('312', 'includes', NULL, NULL),
('313', 'on_demand_videos', NULL, NULL),
('314', 'full_lifetime_access', NULL, NULL),
('315', 'access_on_mobile_and_tv', NULL, NULL),
('316', 'course_preview', NULL, NULL),
('317', 'instructor_page', NULL, NULL),
('318', 'buy_now', NULL, NULL),
('319', 'shopping_cart', NULL, NULL),
('320', 'courses_in_cart', NULL, NULL),
('321', 'student_name', NULL, NULL),
('322', 'amount_to_pay', NULL, NULL),
('323', 'payment_successfully_done', NULL, NULL),
('324', 'filter_by', NULL, NULL),
('325', 'instructors', NULL, NULL),
('326', 'reset', NULL, NULL),
('327', 'your', NULL, NULL),
('328', 'rating', NULL, NULL),
('329', 'course_detail', NULL, NULL),
('330', 'start_lesson', NULL, NULL),
('331', 'show_full_biography', NULL, NULL),
('332', 'terms_and_condition', NULL, NULL),
('333', 'about', NULL, NULL),
('334', 'terms_&_condition', NULL, NULL),
('335', 'sub categories', NULL, NULL),
('336', 'add_sub_category', NULL, NULL),
('337', 'sub_category_title', NULL, NULL),
('338', 'add sub category', NULL, NULL),
('339', 'add_sub_category_form', NULL, NULL),
('340', 'sub_category_code', NULL, NULL),
('341', 'data_deleted', NULL, NULL),
('342', 'edit_category', NULL, NULL),
('343', 'edit category', NULL, NULL),
('344', 'edit_category_form', NULL, NULL),
('345', 'font', NULL, NULL),
('346', 'awesome class', NULL, NULL),
('347', 'update_category', NULL, NULL),
('348', 'data_updated_successfully', NULL, NULL),
('349', 'edit_sub_category', NULL, NULL),
('350', 'edit sub category', NULL, NULL),
('351', 'sub_category_edit', NULL, NULL),
('352', 'update_sub_category', NULL, NULL),
('353', 'course_added', NULL, NULL),
('354', 'user_deleted_successfully', NULL, NULL),
('355', 'private_messaging', NULL, NULL),
('356', 'private messaging', NULL, NULL),
('357', 'messages', NULL, NULL),
('358', 'select_message_to_read', NULL, NULL),
('359', 'new_message', NULL, NULL),
('360', 'email_duplication', NULL, NULL),
('361', 'your_registration_has_been_successfully_done', NULL, NULL),
('362', 'profile', NULL, NULL),
('363', 'account', NULL, NULL),
('364', 'add_information_about_yourself_to_share_on_your_profile', NULL, NULL),
('365', 'basics', NULL, NULL),
('366', 'add_your_twitter_link', NULL, NULL),
('367', 'add_your_facebook_link', NULL, NULL),
('368', 'add_your_linkedin_link', NULL, NULL),
('369', 'credentials', NULL, NULL),
('370', 'edit_your_account_settings', NULL, NULL),
('371', 'enter_current_password', NULL, NULL),
('372', 'enter_new_password', NULL, NULL),
('373', 're-type_your_password', NULL, NULL),
('374', 'save', NULL, NULL),
('375', 'update_user_photo', NULL, NULL),
('376', 'update_your_photo', NULL, NULL),
('377', 'upload_image', NULL, NULL),
('378', 'updated_successfully', NULL, NULL),
('379', 'invalid_login_credentials', NULL, NULL),
('380', 'blank_page', NULL, NULL),
('381', 'no_section_found', NULL, NULL),
('382', 'select_a_message_thread_to_read_it_here', NULL, NULL),
('383', 'send', NULL, NULL),
('384', 'type_your_message', NULL, NULL),
('385', 'date', NULL, NULL),
('386', 'total_price', NULL, NULL),
('387', 'payment_type', NULL, NULL),
('388', 'edit section', NULL, NULL),
('389', 'edit_section_form', NULL, NULL),
('390', 'reply_message', NULL, NULL),
('391', 'reply', NULL, NULL),
('392', 'log_in_to_your_account', NULL, NULL),
('393', 'no_result_found', NULL, NULL),
('394', 'enrollment', NULL, NULL),
('395', 'enroll_a_student', NULL, NULL),
('396', 'report', NULL, NULL),
('397', 'admin_revenue', NULL, NULL),
('398', 'instructor_revenue', NULL, NULL),
('399', 'instructor_settings', NULL, NULL),
('400', 'view_frontend', NULL, NULL),
('401', 'number_of_active_courses', NULL, NULL),
('402', 'number_of_pending_courses', NULL, NULL),
('403', 'all_instructor', NULL, NULL),
('404', 'active_courses', NULL, NULL),
('405', 'pending_courses', NULL, NULL),
('406', 'no_data_found', NULL, NULL),
('407', 'view_course_on_frontend', NULL, NULL),
('408', 'mark_as_pending', NULL, NULL),
('409', 'add category', NULL, NULL),
('410', 'add_categories', NULL, NULL),
('411', 'category_add_form', NULL, NULL),
('412', 'icon_picker', NULL, NULL),
('413', 'enroll a student', NULL, NULL),
('414', 'enrollment_form', NULL, NULL),
('415', 'admin revenue', NULL, NULL),
('416', 'total_amount', NULL, NULL),
('417', 'instructor revenue', NULL, NULL),
('418', 'status', NULL, NULL),
('419', 'instructor settings', NULL, NULL),
('420', 'allow_public_instructor', NULL, NULL),
('421', 'instructor_revenue_percentage', NULL, NULL),
('422', 'admin_revenue_percentage', NULL, NULL),
('423', 'update_instructor_settings', NULL, NULL),
('424', 'payment_info', NULL, NULL),
('425', 'required_for_instructors', NULL, NULL),
('426', 'paypal_client_id', NULL, NULL),
('427', 'stripe_public_key', NULL, NULL),
('428', 'stripe_secret_key', NULL, NULL),
('429', 'mark_as_active', NULL, NULL),
('430', 'mail_subject', NULL, NULL),
('431', 'mail_body', NULL, NULL),
('432', 'paid', NULL, NULL),
('433', 'pending', NULL, NULL),
('434', 'this_instructor_has_not_provided_valid_paypal_client_id', NULL, NULL),
('435', 'pay_with_paypal', NULL, NULL),
('436', 'this_instructor_has_not_provided_valid_public_key_or_secret_key', NULL, NULL),
('437', 'pay_with_stripe', NULL, NULL),
('438', 'create_course', NULL, NULL),
('439', 'payment_report', NULL, NULL),
('440', 'instructor_dashboard', NULL, NULL),
('441', 'draft', NULL, NULL),
('442', 'view_lessons', NULL, NULL),
('443', 'course_title', NULL, NULL),
('444', 'update_your_payment_settings', NULL, NULL),
('445', 'edit_course_detail', NULL, NULL),
('446', 'edit_basic_informations', NULL, NULL),
('447', 'publish_this_course', NULL, NULL),
('448', 'save_to_draft', NULL, NULL),
('449', 'update_section', NULL, NULL),
('450', 'analyzing_given_url', NULL, NULL),
('451', 'select_a_section', NULL, NULL),
('452', 'update_lesson', NULL, NULL),
('453', 'website_name', NULL, NULL),
('454', 'website_title', NULL, NULL),
('455', 'website_keywords', NULL, NULL),
('456', 'website_description', NULL, NULL),
('457', 'author', NULL, NULL),
('458', 'footer_text', NULL, NULL),
('459', 'footer_link', NULL, NULL),
('460', 'update_backend_logo', NULL, NULL),
('461', 'update_favicon', NULL, NULL),
('462', 'favicon', NULL, NULL),
('463', 'active courses', NULL, NULL),
('464', 'product_updated_successfully', NULL, NULL),
('465', 'course_overview_provider', NULL, NULL),
('466', 'youtube', NULL, NULL),
('467', 'vimeo', NULL, NULL),
('468', 'html5', NULL, NULL),
('469', 'meta_keywords', NULL, NULL),
('470', 'meta_description', NULL, NULL),
('471', 'lesson_type', NULL, NULL),
('472', 'video', NULL, NULL),
('473', 'select_type_of_lesson', NULL, NULL),
('474', 'text_file', NULL, NULL),
('475', 'pdf_file', NULL, NULL),
('476', 'document_file', NULL, NULL),
('477', 'image_file', NULL, NULL),
('478', 'lesson_provider', NULL, NULL),
('479', 'select_lesson_provider', NULL, NULL),
('480', 'analyzing_the_url', NULL, NULL),
('481', 'attachment', NULL, NULL),
('482', 'summary', NULL, NULL),
('483', 'download', NULL, NULL),
('484', 'system_settings_updated', NULL, NULL),
('485', 'course_updated_successfully', NULL, NULL),
('486', 'please_wait_untill_admin_approves_it', NULL, NULL),
('487', 'pending courses', NULL, NULL),
('488', 'course_status_updated', NULL, NULL),
('489', 'smtp_settings', NULL, NULL),
('490', 'free_course', NULL, NULL),
('491', 'free', NULL, NULL),
('492', 'get_enrolled', NULL, NULL),
('493', 'course_added_successfully', NULL, NULL),
('494', 'update_frontend_logo', NULL, NULL),
('495', 'system_currency_settings', NULL, NULL),
('496', 'select_system_currency', NULL, NULL),
('497', 'currency_position', NULL, NULL),
('498', 'left', NULL, NULL),
('499', 'right', NULL, NULL),
('500', 'left_with_a_space', NULL, NULL),
('501', 'right_with_a_space', NULL, NULL),
('502', 'paypal_currency', NULL, NULL),
('503', 'select_paypal_currency', NULL, NULL),
('504', 'stripe_currency', NULL, NULL),
('505', 'select_stripe_currency', NULL, NULL),
('506', 'heads_up', NULL, NULL),
('507', 'please_make_sure_that', NULL, NULL),
('508', 'system_currency', NULL, NULL),
('509', 'are_same', NULL, NULL),
('510', 'smtp settings', NULL, NULL),
('511', 'protocol', NULL, NULL),
('512', 'smtp_host', NULL, NULL),
('513', 'smtp_port', NULL, NULL),
('514', 'smtp_user', NULL, NULL),
('515', 'smtp_pass', NULL, NULL),
('516', 'update_smtp_settings', NULL, NULL),
('517', 'phrase_updated', NULL, NULL),
('518', 'registered_user', NULL, NULL),
('519', 'provide_your_valid_login_credentials', NULL, NULL),
('520', 'registration_form', NULL, NULL),
('521', 'provide_your_email_address_to_get_password', NULL, NULL),
('522', 'reset_password', NULL, NULL),
('523', 'want_to_go_back', NULL, NULL),
('524', 'message_sent!', NULL, NULL),
('525', 'selected_icon', NULL, NULL),
('526', 'pick_another_icon_picker', NULL, NULL),
('527', 'show_more', NULL, NULL),
('528', 'show_less', NULL, NULL),
('529', 'all_category', NULL, NULL),
('530', 'price_range', NULL, NULL),
('531', 'price_range_withing', NULL, NULL),
('532', 'all_categories', NULL, NULL),
('533', 'all_sub_category', NULL, NULL),
('534', 'number_of_results', NULL, NULL),
('535', 'showing_on_this_page', NULL, NULL),
('536', 'welcome', NULL, NULL),
('537', 'my_account', NULL, NULL),
('538', 'logout', NULL, NULL),
('539', 'visit_website', NULL, NULL),
('540', 'navigation', NULL, NULL),
('541', 'add_new_category', NULL, NULL),
('542', 'enrolment', NULL, NULL),
('543', 'enrol_history', NULL, NULL),
('544', 'enrol_a_student', NULL, NULL),
('545', 'language_settings', NULL, NULL),
('546', 'congratulations', NULL, NULL),
('547', 'oh_snap', NULL, NULL),
('548', 'close', NULL, NULL),
('549', 'parent', NULL, NULL),
('550', 'none', NULL, NULL),
('551', 'category_thumbnail', NULL, NULL),
('552', 'the_image_size_should_be', NULL, NULL),
('553', 'choose_thumbnail', NULL, NULL),
('554', 'data_added_successfully', NULL, NULL),
('555', '', NULL, NULL),
('556', 'update_category_form', NULL, NULL),
('557', 'student_list', NULL, NULL),
('558', 'choose_user_image', NULL, NULL),
('559', 'finish', NULL, NULL),
('560', 'thank_you', NULL, NULL),
('561', 'you_are_almost_there', NULL, NULL),
('562', 'you_are_just_one_click_away', NULL, NULL),
('563', 'country', NULL, NULL),
('564', 'website_settings', NULL, NULL),
('565', 'write_down_facebook_url', NULL, NULL),
('566', 'write_down_twitter_url', NULL, NULL),
('567', 'write_down_linkedin_url', NULL, NULL),
('568', 'google_link', NULL, NULL),
('569', 'write_down_google_url', NULL, NULL),
('570', 'instagram_link', NULL, NULL),
('571', 'write_down_instagram_url', NULL, NULL),
('572', 'pinterest_link', NULL, NULL),
('573', 'write_down_pinterest_url', NULL, NULL),
('574', 'update_settings', NULL, NULL),
('575', 'upload_banner_image', NULL, NULL),
('576', 'update_light_logo', NULL, NULL),
('577', 'upload_light_logo', NULL, NULL),
('578', 'update_dark_logo', NULL, NULL),
('579', 'upload_dark_logo', NULL, NULL),
('580', 'update_small_logo', NULL, NULL),
('581', 'upload_small_logo', NULL, NULL),
('582', 'upload_favicon', NULL, NULL),
('583', 'logo_updated', NULL, NULL),
('584', 'favicon_updated', NULL, NULL),
('585', 'banner_image_update', NULL, NULL),
('586', 'frontend_settings_updated', NULL, NULL),
('587', 'setup_payment_informations', NULL, NULL),
('588', 'update_system_currency', NULL, NULL),
('589', 'setup_paypal_settings', NULL, NULL),
('590', 'update_paypal_keys', NULL, NULL),
('591', 'setup_stripe_settings', NULL, NULL),
('592', 'test_mode', NULL, NULL),
('593', 'update_stripe_keys', NULL, NULL);
INSERT INTO `role` (`id`, `name`, `date_added`, `last_modified`) VALUES ('1', 'Admin', '1234567890', '1234567890'),
('2', 'User', '1234567890', '1234567890');
INSERT INTO `settings` (`id`, `key`, `value`) VALUES ('1', 'language', 'english'),
('2', 'system_name', 'Academy'),
('3', 'system_title', 'Academy Learning Club'),
('4', 'system_email', 'academy@example.com'),
('5', 'address', 'Sydeny, Australia'),
('6', 'phone', '+143-52-9933631'),
('7', 'purchase_code', 'your-purchase-code'),
('8', 'paypal', '[{\"active\":\"1\",\"mode\":\"sandbox\",\"sandbox_client_id\":\"AZDxjDScFpQtjWTOUtWKbyN_bDt4OgqaF4eYXlewfBP4-8aqX3PiV8e1GWU6liB2CUXlkA59kJXE7M6R\",\"production_client_id\":\"1234\"}]'),
('9', 'stripe_keys', '[{\"active\":\"1\",\"testmode\":\"on\",\"public_key\":\"pk_test_c6VvBEbwHFdulFZ62q1IQrar\",\"secret_key\":\"sk_test_9IMkiM6Ykxr1LCe2dJ3PgaxS\",\"public_live_key\":\"pk_live_xxxxxxxxxxxxxxxxxxxxxxxx\",\"secret_live_key\":\"sk_live_xxxxxxxxxxxxxxxxxxxxxxxx\"}]'),
('10', 'youtube_api_key', 'AIzaSyDthDJK7F5kKCDIcZeSFxU4rx9s3DSaBAU'),
('11', 'vimeo_api_key', '39258384b69994dba483c10286825b5c'),
('12', 'slogan', 'A course based video CMS'),
('13', 'text_align', NULL),
('14', 'allow_instructor', '1'),
('15', 'instructor_revenue', '70'),
('16', 'system_currency', 'USD'),
('17', 'paypal_currency', 'USD'),
('18', 'stripe_currency', 'USD'),
('19', 'author', 'Creativeitem'),
('20', 'currency_position', 'left'),
('21', 'website_description', 'Nice application'),
('22', 'website_keywords', 'LMS,Learning Management System,Creativeitem,demo,hello,How are you'),
('23', 'footer_text', 'By Creativeitem'),
('24', 'footer_link', 'http://ictlife.vn/'),
('25', 'protocol', 'smtp'),
('26', 'smtp_host', 'ssl://smtp.googlemail.com'),
('27', 'smtp_port', '465'),
('28', 'smtp_user', ''),
('29', 'smtp_pass', ''),
('30', 'version', '3.0'),
('31', 'student_email_verification', 'disable');
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment