PATH:
home
/
lab2454c
/
healthvalidate.com
/
resources
/
lang
/
en
<?php // resources/lang/en/messages.php return [ 'site_logo_alt' => 'Logo', 'international' => 'International', 'learn_more' => 'Learn More', 'get_in_touch' => 'Get In Touch', 'email' => 'Email', 'phone' => 'Phone', 'frequently_asked_questions' => 'Frequently Asked Questions', 'terms_of_service' => 'Terms of Service', 'privacy_policy' => 'Privacy Policy', 'cookies_policy' => 'Cookies Policy', 'close_menu' => 'Close Menu', 'footer_menu_1' => 'Company', 'footer_menu_2' => 'Support', 'username_email' => 'Username or Email Address', 'email_address' => 'Email Address', 'password' => 'Password', 'login' => 'Login', 'remember_me' => 'Remember Me', 'lost_password' => 'Lost your password?', 'welcome_txt' => 'Welcome back.', 'create_account' => 'Create an account', 'signup_txt' => 'Need an account? <a href=":url">Register here.</a>', 'signin_txt' => 'Already have an account? <a href=":url">Signin here!</a>', 'forgot_password_txt' => 'Forgot password? <a href=":url">Reset Password.</a>', 'privacy_txt' => 'By continuing you accept our <a href=":url1">Terms of Use</a> and <a href=":url2">Privacy Policy</a>.', 'login_txt' => 'Already have an account? <a href=":url">Login.</a>', 'auth' => [ 'form_fields' => [ 'first_name' => 'First Name', 'middle_name' => 'Middle Name', 'last_name' => 'Last Name', 'email' => 'Email Address', 'select_country' => 'select Country', 'password' => 'Password', 'signup' => 'Register', 'submit' => 'Submit', 'confirm_password' => 'Confirm Password', ], 'registration' => [ 'success' => 'You have been successfully registered. Your account is awaiting admin approval. After approval from the admin, you will be able to log in and access the system.', ], 'verification' => [ 'error' => 'Sorry, your account is inactive. We are still reviewing your account. Please wait about 15 minutes then try again. If your account still is inactive after 15 minutes or you have not received a link yet, then <a href=":url">click here</a> to have the verification link resent.', 'form_fields' => [ 'submit' => 'Submit', ], 'email' => [ 'subject' => ':site_title :: Verify Email Address', 'message' => [ 'greeting' => 'Dear', 'line_1' => 'Thank you for creating a VAX Passbook account. Please verify your email and login to the VAX Passbook portal by clicking on the “verify email address” button below.', 'line_2' => 'Once you login, please complete your profile (Step1); choose a VAX Passbook (Step 2); pay and submit the application for your VAX Passbook. It’s really quick and easy!', 'line_3' => 'Please click the button below to verify your email address.', 'line_4' => 'Verify Email Address', 'line_5' => 'If you did not create an account, no further action is required.', 'line_6' => 'Having trouble with the "Verify Email Address" button? Simply copy and paste the URL below into your web browser:', 'line_8' => 'Thank you for choosing VAX Passbook.', 'salutation' => 'Sincerely,<br />World Health Access Team' ] ], 'resent' => [ 'success' => 'A verification email has been sent in your registered email address. Please check your mailbox and click on the link to activate your account. Thanks for visiting us.', 'error' => 'The email provided does not exist in our system.', ], ], 'login' => [ 'error' => [ 'ac_inactivation' => 'Sorry, your account is inactive. Please contact our support.', 'wrong_credentials' => 'The provided credentials do not match our records.', //using 'email_verification_pending' => 'Sorry, your account is inactive. Please verify your email address. <a href=":url">Click here</a> to resent verification link.' ], ], 'forgot_password' => [ 'heading' => 'Reset your password', ] ], 'applicant_dashboard' => [ 'greeting' => 'Welcome', 'greeting_dashboard' => 'Welcome To', 'navigation' => [ 'profile' => 'My Profile / Account', 'passbook' => 'My Vax Passbook', 'quick_tips' => 'Quick Tips', 'contact_us' => 'Contact Us', 'logout' => 'Log Out', ], 'copyright' => 'Copyright © 2021 Health Validate own by VICAS Inc.', 'profile' => [ 'heading' => 'My Profile', 'update_page_heading' => 'Edit Profile', 'frm_field' => [ 'heading_profile' => 'Profile Information', 'first_name_personal' => 'First Name', 'last_name_personal' => 'Last Name', 'email_personal' => 'Email', 'country_personal' => 'Country', 'account_status' => 'Account Status', 'update_password' => 'Update Password (Optional)', 'account_status_active' => 'Active', 'account_status_inactive' => 'Inactive', 'heading_payment' => 'Membership Access Payment', 'label_payment_ist_year' => 'First Year Only', 'label_payment_thrd_year' => '3 Years', 'label_payment_fth_year' => '5 Years', 'label_card_holder_name' => 'Card Holder Name', 'label_card_detail' => 'Card Details', 'heading_membership' => 'Membership Information', 'heading_travelinfo' => 'Travel Information', 'date_of_birth_membership' => 'Birthday', 'address_1_membership' => 'Address Line 1', 'city_membership' => 'City', 'state_membership' => 'State', 'zipcode_membership' => 'Zip Code', 'partner_information_membership' => 'Spouse/Partner Information', 'membership_access_membership' => 'Membership Access', 'membership_access_1yr' => '1 year only', 'membership_access_3yr' => '3 years', 'membership_access_5yr' => '5 years', 'heading_travel' => 'Travel Information', 'information_travel' => 'Information', 'date_submitted_travel' => 'Date Submited', 'heading_personal' => 'Personal Information', 'first_name_travel' => 'First Name', 'middle_name_travel' => 'Middle Name', 'last_name_travel' => 'Last Name', 'sex_age_travel' => 'Sex/Age', 'mobile_contact_number_travel' => 'Mobile Phone Number', 'business_contact_number_travel' => 'Business Phone Number', 'home_contact_number_travel' => 'Home Phone Number', 'other_contact_number_travel' => 'Other Phone Number', 'email_address_travel' => 'Email Address', 'passport_travel' => 'Passport', 'driving_license_travel' => 'Professional Driver', 'heading_transportation' => 'Transportation Information: Aircraft Flight Information', 'airline_name_travel' => 'Airline Name', 'flight_number_travel' => 'Flight Number', 'date_of_arrival_travel' => 'Date of Arrival', 'point_of_entry_travel' => 'Point of entry in the country', 'heading_permanent_location' => 'Permanent Address', 'country_permanent_travel' => 'Country', 'state_permanent_travel' => 'State/Province', 'city_permanent_travel' => 'City', 'street_permanent_travel' => 'Street (Name, Number, ZIP)', 'apartment_permanent_travel' => 'Apartment Number / Cabin Number', 'previous_visited_country_permanent_travel' => 'Previously Visited Country', 'heading_temporary_location' => 'Temporary Address', 'country_temporary_travel' => 'Country', 'state_temporary_travel' => 'State/Province', 'city_temporary_travel' => 'City', 'street_temporary_travel' => 'Street (Name, Number, ZIP)', 'apartment_temporary_travel' => 'Apartment Number / Cabin Number', 'previous_visited_country_temporary_travel' => 'Previously Visited Country', 'heading_emergency' => 'Emergency Contact Information', 'first_name_emergency_travel' => 'First Name', 'last_name_emergency_travel' => 'Last Name', 'country_city_emergency_travel' => 'Country/City', 'mobile_contact_number_emergency_travel' => 'Mobile Phone Number', 'other_contact_number_emergency_travel' => 'Other Phone Number', 'email_address_emergency_travel' => 'Email Address', 'heading_digital' => 'Digital Certificate', 'first_name_digital_travel' => 'First Name', 'last_name_digital_travel' => 'Last Name', 'national_id_digital_travel' => 'National ID Number', 'certificate_type_digital_travel' => 'Certificate Type (Other Digital/ Non Digital)', 'credential_type_digital_travel' => 'Credential Type', 'certificate_id_digital_travel' => 'Certificate ID', 'vaccination_country_digital_travel' => 'Vaccination Country', 'vaccination_manufacturer_digital_travel' => 'Vaccine Manufacturer', 'select' => 'Select', 'submit_btn_general' => 'Submit', 'submit_btn_profile' => 'Update', 'upload_profile_pic' => 'Upload Profile Picture', 'notify_payment' => 'Please complete your payment to avail membership benifits', ], 'error' => [ 'country' => 'Please select your country', ], 'success' => 'Information updated successfully', ], 'membership_form' => [ 'qry_travel' => 'Would you like to travel with us?', 'qry_yes' => 'Yes', 'qry_no' => 'No', 'travel_name' => 'Name', ], 'myihr' => [ 'heading' => ':user\'s Immunization Needs', 'text' => 'You will see your immunization history and needs once you are linked to the state health department.', 'frm_page_button' => 'Sumbit Your Information', 'frm_page_button_update' => 'Update Your Information', 'immunization_form' => [ 'personal_information_heading' => 'Personal Information', 'contact_information_heading' => 'Phone Numbers', 'address_heading' => 'Address', 'frm_field' => [ 'date_of_birth' => 'Date of Birth', 'gender' => 'Gender', 'gender_male' => 'Male', 'gender_female' => 'Female', 'gender_other' => 'Other', 'phone_number' => 'Phone Number', 'optional_phone_number' => 'Optional Phone Number', 'phone_type' => 'Phone Type', 'phone_type_landline' => 'Landline', 'phone_type_mobile' => 'Mobile', 'street_address' => 'Street address', 'apt_suite_unit' => 'Apt, Suite, Unit Number (Optional)', 'city' => 'City', 'zip_code' => 'Zip Code', 'county' => 'County', 'state' => 'State', 'country' => 'Country', ] ], 'success' => 'Information updated successfully', ], 'tab_dashboard' => 'Dashboard', 'tab_profile' => 'My Profile', 'tab_reward' => 'Rewards', 'tab_myihr' => 'MyIHR', 'tab_form' => 'Fill up travel information form', 'membership_access_1_yr' => 'year only', 'membership_access_yrs' => 'years', 'travel_engine' => 'Travel Engine', 'travel_form' => 'Travel Form', ], 'admin' => [ 'title' => 'Admin Console', 'greeting' => 'Welcome', 'greeting_dashboard' => 'Welcome To', 'profile' => [ 'update_page_heading' => 'Manage account information', 'frm_field' => [ 'name' => 'Name', 'email' => 'Email', 'submit_btn_general' => 'Update', ], 'success' => 'Profile information update successfully.' ], 'myihr' => [ 'update_page_heading' => 'Manage Immunization Information', ], 'navigation' => [ 'dashboard' => 'Dashboard', 'profile' => 'My Profile', 'password' => 'Manage Password', 'manage_users' => 'Manage Users', 'manage_pages' => 'Manage Pages', 'manage_menus' => 'Manage Navigation', 'manage_setting' => 'Settings', 'logout' => 'Log Out', ], 'manage_password' => [ 'old_password' => 'Old Password', 'new_password' => 'New Password', 'confirm_password' => 'Confirm Password', 'heading' => 'Change Password', 'button' => 'Update', 'error' => [ 'same_as_old' => 'New password can not be the old password!', 'missmatch_old' => "Old password doesn't match", ], 'success' => 'Password updated successfully', ], 'manage_users' => [ 'heading' => 'Manage Users', 'list' => [ 'heading' => [ 'name' => 'Name', 'email' => 'Email', 'country' => 'Country', 'account_status' => 'Account Status', 'joining_date' => 'Joining Date', 'immunization_info' => 'Immunization Info', 'click_here' => 'Click Here', 'membership_data' => 'Membership Data', 'travel_data' => 'Travel Data', 'data_available' => 'Available', 'data_unavailable' => 'Unavailable', 'manage' => 'Manage', 'active' => 'active', 'inactive' => 'Inactive', 'btn_status' => 'Manage Status', 'btn_delete' => 'Delete', ], ], 'search_heading' => 'Search By Name or Email', 'btn_search' => 'Search', 'btn_back' => 'Back', 'excel_export' => 'Export to Excel', 'update_success' => 'Information updated successfully.', 'delete_success' => 'Information deleted successfully.', ], 'manage_pages' => [ 'heading' => 'Manage Pages', 'heading_single_page' => 'Edit Page', 'list' => [ 'heading' => [ 'name' => 'Page Title', 'meta_key' => 'Seo Keywords', 'meta_description' => 'Seo Description', 'content' => 'Content', 'content_block' => 'Content (Block-:num)', 'image_block' => 'Image Block', 'banner_image' => 'Featured / Banner Image', 'btn_status' => 'Manage', 'btn_delete' => 'Delete', ], ], 'btn_submit' => 'Submit', 'btn_back' => 'Back', 'update_success' => 'Information updated successfully.', ], 'manage_settings' => [ 'heading' => 'Manage Settings', 'heading_single_page' => 'Edit Settings', 'btn_submit' => 'Submit', 'update_success' => 'Information updated successfully.', 'site_title' => 'Site Title', 'site_url' => 'Site Url', 'site_logo' => 'Site Logo', 'footer_about' => 'User Dashboard Footer About Text', 'copyright' => 'User Dashboard Copyright Text', 'auth_footer' => 'Privacy Text', 'new_registration_email' => 'New Registration Email Template', 'account_activation_email' => 'Account Activation Email Template', 'email_from' => 'Email From', 'email_subject' => 'Email Subject', 'activation_email_subject' => 'Account Activation Email Subject', 'sender_name' => 'Sender Name', 'site_logo_ratina' => 'Site Ratina Logo', 'favicon' => 'Favicon', ], 'manage_menus' => [ 'heading' => 'Manage Navigation', ], 'dashboard' => [ 'previous_admin_login' => 'Previous Login', 'total_active_account' => 'Total Active Accounts', 'total_users' => 'Total Users', 'ip_address' => 'IP', 'date' => 'Date', 'system_info' => 'System Info', 'graph_heading' => 'Monthly new registration within last 6 months', 'total_travel_information' => 'Total Travel Information', ] ], ];
[-] pagination.php
[edit]
[+]
..
[-] validation.php
[edit]
[-] messages.php
[edit]
[-] passwords.php
[edit]
[-] auth.php
[edit]