File manager - Edit - /home/linknsbh/linkat.online/resources/lang/user_en/validation.php
Back
<?php return array ( 'accepted' => 'The :attribute must be accepted.', 'numeric' => 'The :attribute must be a number.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute must only contain letters.', 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute must only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => array ( 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ), 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_equals' => 'The :attribute must be a date equal to :date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'dimensions' => 'The :attribute has invalid image dimensions.', 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'ends_with' => 'The :attribute must end with one of the following: :values.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.', 'gt' => array ( 'numeric' => 'The :attribute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ), 'gte' => array ( 'numeric' => 'The :attribute must be greater than or equal :value.', 'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'string' => 'The :attribute must be greater than or equal :value characters.', 'array' => 'The :attribute must have :value items or more.', ), 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => array ( 'numeric' => 'The :attribute must be less than :value.', 'file' => 'The :attribute must be less than :value kilobytes.', 'string' => 'The :attribute must be less than :value characters.', 'array' => 'The :attribute must have less than :value items.', ), 'lte' => array ( 'numeric' => 'The :attribute must be less than or equal :value.', 'file' => 'The :attribute must be less than or equal :value kilobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ), 'max' => array ( 'numeric' => 'The :attribute must not be greater than :max.', 'file' => 'The :attribute must not be greater than :max kilobytes.', 'string' => 'The :attribute must not be greater than :max characters.', 'array' => 'The :attribute must not have more than :max items.', ), 'mimes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => array ( 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ), 'multiple_of' => 'The :attribute must be a multiple of :value.', 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'password' => 'The password is incorrect.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values are present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'prohibited' => 'The :attribute field is prohibited.', 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', 'same' => 'The :attribute and :other must match.', 'size' => array ( 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ), 'starts_with' => 'The :attribute must start with one of the following: :values.', 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', 'uuid' => 'The :attribute must be a valid UUID.', 'custom' => array ( 'attribute-name' => array ( 'rule-name' => 'custom-message', ), ), 'attributes' => array ( 'Updated Successfully' => 'Updated Successfully', 'You already have a Pending Membership Request.' => 'You already have a Pending Membership Request.', 'You have another package to activate after the current package expires. You cannot purchase / extend any package, until the next package is activated' => 'You have another package to activate after the current package expires. You cannot purchase / extend any package, until the next package is activated', 'Created Successfully' => 'Created Successfully', 'Deleted Successfully' => 'Deleted Successfully', 'First delete all the images of this category!' => 'First delete all the images of this category!', 'First delete all the packages of this category!' => 'First delete all the packages of this category!', 'First delete all the packages of those category!' => 'First delete all the packages of those category!', 'First delete all the locations of this package!' => 'First delete all the locations of this package!', 'First delete all the plans of this package!' => 'First delete all the plans of this package!', 'First delete all the locations of those packages!' => 'First delete all the locations of those packages!', 'First delete all the plans of those packages!' => 'First delete all the plans of those packages!', 'Mail sent successfully' => 'Mail sent successfully', 'There has no booking to export.' => 'There has no booking to export.', 'No booking found to export!' => 'No booking found to export!', 'Popup activated successfully!' => 'Popup activated successfully!', 'First delete all the rooms of this category!' => 'First delete all the rooms of this category!', 'First delete all the rooms of those category!' => 'First delete all the rooms of those category!', 'Room booking record deleted successfully!' => 'Room booking record deleted successfully!', 'This email is already subscribed' => 'This email is already subscribed', 'You have successfully subscribed to our newsletter.' => 'You have successfully subscribed to our newsletter.', 'Successfully change your password' => 'Successfully change your password', 'Password changed successfully' => 'Password changed successfully', 'You don\'t have amount to withdraw.!' => 'You don\'t have amount to withdraw.!', 'Withdraw Request Send Successfully!' => 'Withdraw Request Send Successfully!', 'You don\'t have enough amount to withdraw.!' => 'You don\'t have enough amount to withdraw.!', 'New password create link sent successfully via mail' => 'New password create link sent successfully via mail', 'New password created successfully' => 'New password created successfully', 'This link has expired. Please request it again.' => 'This link has expired. Please request it again.', 'mail Verified Successfully' => 'mail Verified Successfully', 'First delete all the blog related to this categories!' => 'First delete all the blog related to this categories!', 'The maintenance image field is required.' => 'The maintenance image field is required.', 'The maintenance message field is required.' => 'The maintenance message field is required.', 'language' => 'language', 'The title field cannot contain more than 255 characters for' => 'The title field cannot contain more than 255 characters for', 'The title field must be unique for' => 'The title field must be unique for', 'The content field at least have 15 characters for' => 'The content field at least have 15 characters for', 'The category field is required' => 'The category field is required', 'The name field is required for' => 'The name field is required for', 'The title field is required for' => 'The title field is required for', 'The email subject field is required.' => 'The email subject field is required.', 'The email message field is required.' => 'The email message field is required.', 'age' => 'age', 'available' => 'available', 'city' => 'city', 'content' => 'content', 'country' => 'country', 'date' => 'date', 'day' => 'day', 'description' => 'description', 'email' => 'email', 'excerpt' => 'excerpt', 'first_name' => 'first_name', 'gender' => 'gender', 'hour' => 'hour', 'last_name' => 'last_name', 'minute' => 'minute', 'mobile' => 'mobile', 'month' => 'month', 'password' => 'password', 'password_confirmation' => 'password confirmation', 'phone' => 'phone', 'second' => 'second', 'sex' => 'sex', 'size' => 'size', 'time' => 'time', 'title' => 'title', 'username' => 'username', 'website_title' => 'website_title', 'support_email' => 'support_email', 'support_contact' => 'support_contact', 'longitude' => 'longitude', 'latitude' => 'latitude', 'The email field is required' => 'The email field is required', 'The from name field is required' => 'The from name field is required', 'userDashboardLang' => 'userDashboardLang', 'favicon' => 'favicon', 'logo' => 'logo', 'breadcrumb' => 'breadcrumb', 'footer_logo' => 'footer logo', 'base_currency_symbol' => 'base_currency_symbol', 'base_currency_symbol_position' => 'base_currency_symbol_position', 'base_currency_text' => 'base_currency_text', 'base_currency_rate' => 'base_currency_rate', 'primary_color' => 'primary color', 'secondary_color' => 'secondary color', 'breadcrumb_overlay_color' => 'breadcrumb_overlay_color', 'breadcrumb_overlay_opacity' => 'breadcrumb overlay opacity', 'address' => 'address', 'maintenance_img' => 'maintenance img', 'maintenance_status' => 'maintenance status', 'maintenance_msg' => 'maintenance msg', 'The image field is required' => 'The image field is required', 'serial_number' => 'serial_number', 'gallery_category_id' => 'gallery category id', 'status' => 'status', 'number_of_days' => 'number of days', 'plan_type' => 'plan type', 'pricing_type' => 'pricing_type', 'featured_img' => 'featured_img', 'slider_images' => 'slider_images', 'fixed_package_price' => 'fixed package price', 'per_person_package_price' => 'per person package price', 'The category field is required for' => 'The category field is required for', 'The description field is required for' => 'The description field is required for', 'The description field atleast have 15 characters for' => 'The description field atleast have 15 characters for', 'day_number' => 'day number', 'plan' => 'plan', 'start_time' => 'start_time', 'end_time' => 'end_time', 'Password confirmation does not match.' => 'Password confirmation does not match.', 'new_password' => 'new_password', 'The confirm new password field is required.' => 'The confirm new password field is required.', 'room_category_status' => 'room category status', 'room_rating_status' => 'room rating status', 'room_guest_checkout_status' => 'room_guest_checkout_status', 'The image has been deleted.' => 'The image has been deleted.', 'Something went wrong!' => 'Something went wrong!', 'Sorry, the last image cannot be delete.' => 'Sorry, the last image cannot be delete.', 'bed' => 'bed', 'bath' => 'bath', 'rent' => 'rent', 'max_guests' => 'max_guests', 'quantity' => 'quantity', 'The amenities field is required for' => 'The amenities field is required for', 'The summary field is required for' => 'The summary field is required for', 'Please select a room.' => 'Please select a room.', 'service_icon' => 'service icon', 'details_page_status' => 'details page status', 'The content field atleast have 15 characters for' => 'The content field atleast have 15 characters for', 'subject' => 'subject', 'message' => 'message', 'zip_file' => 'zip_file', 'Only zip file supported' => 'Only zip file supported', 'reply' => 'reply', 'The new password field is required' => 'The new password field is required', 'Password does\'nt match' => 'Password does\'nt match', 'shpping_fname' => 'shpping_fname', 'shpping_lname' => 'shpping_lname', 'shpping_email' => 'shpping_email', 'shpping_number' => 'shpping_number', 'shpping_city' => 'shpping_city', 'shpping_state' => 'shpping_state', 'shpping_country' => 'shpping_country', 'billing_fname' => 'billing_fname', 'billing_lname' => 'billing_lname', 'billing_city' => 'billing_city', 'billing_email' => 'billing_email', 'billing_state' => 'billing_state', 'billing_address' => 'billing_address', 'billing_country' => 'billing_country', 'Please verify that you are not a robot.' => 'Please verify that you are not a robot.', 'Captcha error! try again later or contact site admin.' => 'Captcha error! try again later or contact site admin.', 'Your account has been banned' => 'Your account has been banned', 'Credentials Does not Match !' => 'Credentials Does not Match !', 'You cannot request your current domain.' => 'You cannot request your current domain.', 'shpping_address' => 'shpping_address', 'question' => 'question', 'answer' => 'answer', 'The about company field is required' => 'The about company field is required', 'The copy right text field is required' => 'The copy right text field is required', 'The language field is required' => 'The language field is required', 'url' => 'url', 'user_language_id' => 'user_language_id', 'short_description' => 'short_description', 'The direction field is required.' => 'The direction field is required.', 'Default language cannot be delete.' => 'Default language cannot be delete.', 'mail_subject' => 'mail subject', 'mail_body' => 'mail body', 'background_color' => 'background color', 'text' => 'text', 'button_text' => 'button text', 'button_color' => 'button color', 'button_url' => 'button url', 'end_date' => 'end_date', 'delay' => 'delay', 'name' => 'name', 'price' => 'price', 'package_id' => 'package id', 'start_date' => 'start_date', 'expire_date' => 'expire date', 'payment_method' => 'payment method', 'The receipt field image is required when instruction required receipt image' => 'The receipt field image is required when instruction required receipt image', 'You don\'t have amount to withdraw!' => 'You don\'t have amount to withdraw!', 'withdraw_method' => 'withdraw_method', 'You don\'t have enough amount to withdraw.' => 'You don\'t have enough amount to withdraw.', 'withdraw_amount' => 'withdraw amount', 'brand_url' => 'brand_url', 'brand_img' => 'brand_img', 'facility_icon' => 'facility icon', 'facility_title' => 'facility title', 'The button name field is required.' => 'The button name field is required.', 'The button url field is required.' => 'The button url field is required.', 'The image field is required.' => 'The image field is required.', 'facility_text' => 'facility text', 'code' => 'code', 'type' => 'type', 'blog_page_title' => 'blog_page_title', 'blog_details_page_title' => 'blog details page title', 'contact_page_title' => 'contact page title', 'faq_page_title' => 'faq page title', 'forget_password_page_title' => 'forget password page title', 'login_page_title' => 'login page title', 'signup_page_title' => 'signup page title', 'dates' => 'dates', 'nights' => 'nights', 'guests' => 'guests', 'customer_name' => 'customer name', 'customer_phone' => 'customer phone', 'value' => 'value', 'customer_email' => 'customer email', 'payment_status' => 'payment status', 'The room is booked on these following dates=>' => 'The room is booked on these following dates=>', 'receipt' => 'receipt', 'icon' => 'icon', 'amount' => 'amount', 'intro_primary_title' => 'intro primary title', 'intro_secondary_title' => 'intro secondary title', 'intro_text' => 'intro text', 'intro_image' => 'intro image', 'Only .jpg, .jpeg, .png, .svg and .gif file is allowed.' => 'Only .jpg, .jpeg, .png, .svg and .gif file is allowed.', 'subtitle' => 'subtitle', 'btn_url' => 'btn_url', 'intro_img' => 'intro_img', 'room_section_title' => 'room_section_title', 'room_section_subtitle' => 'room_section_subtitle', 'room_section_text' => 'room_section_text', 'service_section_title' => 'service section title', 'service_section_subtitle' => 'service_section_subtitle', 'booking_section_title' => 'booking_section_title', 'booking_section_subtitle' => 'booking_section_subtitle', 'booking_section_button' => 'booking_section_button', 'booking_section_button_url' => 'booking_section_button_url', 'booking_section_video_url' => 'booking_section_video_url', 'package_section_title' => 'package_section_title', 'package_section_subtitle' => 'package_section_subtitle', 'facility_section_image' => 'facility_section_image', 'facility_section_title' => 'facility_section_title', 'facility_section_subtitle' => 'facility_section_subtitle', 'testimonial_section_image' => 'testimonial_section_image', 'testimonial_section_title' => 'testimonial_section_title', 'testimonial_section_subtitle' => 'testimonial_section_subtitle', 'image' => 'image', 'comment' => 'comment', 'faq_section_title' => 'faq_section_title', 'faq_section_subtitle' => 'faq_section_subtitle', 'faq_section_image' => 'faq_section_image', 'blog_section_title' => 'blog_section_title', 'blog_section_subtitle' => 'blog_section_subtitle', 'error_page_title' => 'error_page_title', 'rooms_title' => 'rooms_title', 'rooms_details' => 'rooms_details', 'packages_title' => 'packages_title', 'packages_details' => 'packages_details', 'services_title' => 'services_title', 'services_details' => 'services_details', 'company_name' => 'company_name', 'old_password' => 'old_password', 'contact_form_title' => 'contact_form_title', 'contact_info_title' => 'contact info title', 'contact_addresses' => 'contact addresses', 'contact_text' => 'contact text', 'contact_numbers' => 'contact numbers', 'contact_mails' => 'contact mails', 'pass_token' => 'pass token', 'year' => 'year', 'timezone' => 'timezone', 'base_color' => 'base color', 'base_color2' => 'base color2', 'base_currency_text_position' => 'base_currency_text_position', 'file' => 'file', 'cookie_alert_status' => 'cookie alert status', 'cookie_alert_text' => 'cookie_alert_text', 'maintainance_text' => 'maintainance text', 'secret_path' => 'secret path', 'preloader_status' => 'preloader status', 'is_recaptcha' => 'is_recaptcha', 'google_recaptcha_site_key' => 'google_recaptcha_site_key', 'google_recaptcha_secret_key' => 'google_recaptcha_secret_key', 'is_disqus' => 'is disqus', 'is_user_disqus' => 'is user disqus', 'disqus_shortname' => 'disqus shortname', 'is_tawkto' => 'is tawkto', 'tawkto_chat_link' => 'tawkto chat link', 'is_whatsapp' => 'is whatsapp', 'whatsapp_number' => 'whatsapp_number', 'whatsapp_header_title' => 'whatsapp_header_title', 'whatsapp_popup_message' => 'whatsapp_popup_message', 'whatsapp_popup' => 'whatsapp popup', 'home_meta_keywords' => 'home meta keywords', 'home_meta_description' => 'home meta description', 'blogs_meta_keywords' => 'blogs meta keywords', 'blogs_meta_description' => 'blogs meta description', 'profiles_meta_keywords' => 'profiles meta keywords', 'profiles_meta_description' => 'profiles meta description', 'pricing_meta_keywords' => 'pricing meta keywords', 'pricing_meta_description' => 'pricing meta description', 'faqs_meta_keywords' => 'faqs meta keywords', 'faqs_meta_description' => 'faqs meta description', 'contact_meta_keywords' => 'contact meta keywords', 'contact_meta_description' => 'contact meta description', 'forget_password_meta_keywords' => 'forget password meta keywords', 'checkout_meta_keywords' => 'checkout meta keywords', 'checkout_meta_description' => 'checkout meta description', 'email_type' => 'email type', 'email_subject' => 'email_subject', 'email_body' => 'email_body', 'is_smtp' => 'is smtp', 'smtp_host' => 'smtp host', 'encryption' => 'encryption', 'smtp_username' => 'smtp username', 'smtp_password' => 'smtp password', 'from_mail' => 'from mail', 'from_name' => 'from_name', 'to_mail' => 'to mail', 'domain' => 'domain', 'meta_description' => 'meta_description', 'language_id' => 'language_id', 'category' => 'category', 'success_message' => 'success message', 'cname_record_section_title' => 'cname record section title', 'cname_record_section_text' => 'cname record section text', 'meta_keywords' => 'meta keywords', 'footer_text' => 'footer text', 'useful_links_title' => 'useful links title', 'newsletter_title' => 'newsletter title', 'newsletter_subtitle' => 'newsletter subtitle', 'copyright_text' => 'copyright text', 'ulink_id' => 'ulink_id', 'sandbox_check' => 'sandbox check', 'client_secret' => 'client secret', 'key' => 'key', 'secret' => 'secret', 'environment' => 'environment', 'website' => 'website', 'industry' => 'industry', 'token' => 'token', 'secret_key' => 'secret key', 'login_id' => 'login ', 'transaction_key' => 'transaction key', 'public_key' => 'public key', 'instructions' => 'instructions', 'is_receipt' => 'is_receipt', 'work_process_title' => 'work process title', 'work_process_subtitle' => 'work process subtitle', 'preview_templates_title' => 'preview templates title', 'preview_templates_subtitle' => 'preview templates subtitle', 'featured_users_title' => 'featured users title', 'featured_users_subtitle' => 'featured users subtitle', 'partner_title' => 'partner title', 'partner_subtitle' => 'partner subtitle', 'pricing_title' => 'pricing title', 'pricing_subtitle' => 'pricing subtitle', 'testimonial_title' => 'testimonial title', 'testimonial_subtitle' => 'testimonial subtitle', 'blog_title' => 'blog title', 'blog_subtitle' => 'blog subtitle', 'intro_title' => 'intro title', 'intro_subtitle' => 'intro subtitle', 'intro_section_button_text' => 'intro section button text', 'intro_section_button_url' => 'intro section button url', 'intro_section_video_url' => 'intro section video url', 'home_section' => 'home section', 'process_section' => 'process section', 'featured_users_section' => 'featured users section', 'intro_section' => 'intro section', 'pricing_section' => 'pricing section', 'partners_section' => 'partners section', 'testimonial_section' => 'testimonial section', 'news_section' => 'news section', 'top_footer_section' => 'top footer section', 'copyright_section' => 'copyright section', 'hero_section_title' => 'hero section title', 'hero_section_text' => 'hero section text', 'hero_section_button_text' => 'hero section button text', 'hero_section_button_url' => 'hero section button url', 'rank' => 'rank', 'direction' => 'direction', 'keyword' => 'keyword', 'term' => 'term', 'features' => 'templatem section', 'room_categories_limit' => 'room categoriesm limit', 'template_section' => 'template section', 'room_limit' => 'room limit', 'room_booking_limit' => 'room booking limit', 'language_limit' => 'language limit', 'package_categories_limit' => 'package categories limit', 'package_limit' => 'package limit', 'package_booking_limit' => 'package booking limit', 'featured' => 'featured', 'is_trial' => 'trial', 'trial_days' => 'trial days', 'recommended' => 'recommended', 'expiration_reminder' => 'expiration_reminderreminder days', 'maximum_uses_limit' => 'maximum_uses_limit', 'body' => 'body', 'background_image' => 'background_image', 'background_opacity' => 'background opacity', 'state' => 'state', 'amount_status' => 'amount status', 'confirm_password' => 'confirm password', 'preview_image' => 'preview_image', 'filename' => 'filename', 'sitemap_url' => 'sitemap url', 'search' => 'search', 'is_ticket' => 'ticket', 'role_id' => 'role', 'min_limit' => 'min limit', 'withdraw_payment_method_id' => 'withdraw payment method', 'fixed_charge' => 'fixed charge', 'percentage_charge' => 'percentage charge', 'max_limit' => 'maxlimit', 'required' => 'required', 'label' => 'label', 'placeholder' => 'placeholder', 'options' => 'options', 'URL' => 'URL', 'rating' => 'rating', 'adsense_publisher_id' => 'adsense_publisher_id', 'smtp_port' => 'smtp port', 'user_keyword' => 'user keyword', 'front_keyword' => 'front keyword', 'custom_domain' => 'custom_domain', 'catalog_mode' => 'catalog_mode', 'item_rating_system' => 'item_rating_system', 'tax' => 'tax', 'is_shop' => 'is_shop', 'charge' => 'charge', 'category_id' => 'category_id', 'current_price' => 'current_price', 'previous_price' => 'previous_price', 'download_link' => 'download_link', 'minimum_spend' => 'minimum_spend', 'thumbnail' => 'thumbnail', 'sku' => 'sku', 'download_file' => 'download_file', 'flash_percentage' => 'flash_percentage', 'slider_image' => 'slider_image', 'room_id' => 'room_id', 'occupation' => 'occupation', 'video_link' => 'video_link', 'thumbnail_image' => 'thumbnail_image', 'cover_image' => 'cover_image', 'premium' => 'premium', 'video' => 'video', 'video_content' => 'video_content', 'file_content' => 'file_content', 'video_preview' => 'video_preview', 'goal_amount' => 'goal_amount', 'min_amount' => 'min_amount', 'custom_amount' => 'custom_amount', 'billing_number' => 'billing_number', 'cookie_alert_button_text' => 'Cookie Alert Button Text', 'about_button_text' => 'about_button_text', 'about_snd_button_text' => 'about_snd_button_text', 'about_button_url' => 'about_button_url', 'about_snd_button_url' => 'about_snd_button_url', 'video_section_image' => 'video_section_image', 'why_choose_us_section_title' => 'why_choose_us_section_title', 'why_choose_us_section_subtitle' => 'why_choose_us_section_subtitle', 'why_choose_us_section_button_text' => 'why_choose_us_section_button_text', 'why_choose_us_section_button_url' => 'why_choose_us_section_button_url', 'why_choose_us_section_video_image' => 'why_choose_us_section_video_image', 'why_choose_us_section_image' => 'why_choose_us_section_image', 'work_process_section_subtitle' => 'work_process_section_subtitle', 'work_process_section_title' => 'work_process_section_title', 'work_process_section_img' => 'work_process_section_img', 'work_process_section_video_img' => 'work_process_section_video_img', 'analytics_status' => 'analytics_status', 'measurement_id' => 'measurement_id', 'whatsapp_popup_status' => 'whatsapp_popup_status', 'whatsapp_status' => 'whatsapp_status', 'disqus_status' => 'disqus_status', 'disqus_short_name' => 'disqus_short_name', 'pixel_status' => 'pixel_status', 'pixel_id' => 'pixel_id', 'tawkto_status' => 'tawkto_status', 'tawkto_direct_chat_link' => 'tawkto_direct_chat_link', 'cv' => 'cv', 'slider_img' => 'slider_img', 'img' => 'img', 'count' => 'count', 'features_section_image' => 'features_section_image', 'percentage' => 'percentage', 'position' => 'position', 'text_1' => 'text_1', 'text_2' => 'text_2', 'text_3' => 'text_3', 'ad_slot' => 'ad_slot', 'detail_page' => 'detail_page', 'designation' => 'designation', 'degree_name' => 'degree_name', 'jcategory_id' => 'jcategory_id', 'deadline' => 'deadline', 'vacancy' => 'vacancy', 'employment_status' => 'employment_status', 'job_location' => 'job_location', 'salary' => 'salary', 'contact_form_image' => 'contact_form_image', 'contact_form_subtitle' => 'contact_form_subtitle', 'map_zoom' => 'map_zoom', 'template_name' => 'template_name', 'show_in_home' => 'show_in_home', 'user_vcard_id' => 'user_vcard_id', 'vcard_name' => 'vcard_name', 'template' => 'template', 'profile_image' => 'profile_image', 'icons' => 'icons', 'colors' => 'colors', 'labels' => 'labels', 'values' => 'values', ), );
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.16 |
proxy
|
phpinfo
|
Settings