Files
streamline-emr/docker/_streamline-src/resources/lang/en/insurance_members.php
T

127 lines
5.6 KiB
PHP
Executable File

<?php
return [
"dashboard" => "Dashboard",
"view" => "View",
"export_data_to_csv_and_excel" => "Export data to Copy, CSV, Excel, PDF & Print",
"create_insurance_member" => "Create Insurance Member",
"insurance_members" => "Insurance Members",
"register" => "Register",
"patient_bio_data" => "Patient's Biodata",
"insurance_member_registration" => "Insurance Member Registration",
"first_name" => "First Name",
"last_name" => "Last Name",
"gender" => "Gender",
"male" => "Male",
"female" => "Female",
"national_id_number" => "National ID Number",
"date_of_birth" => "Date of Birth",
"years" => "Years",
"months" => "Months",
"marital_status" => "Marital status",
"religion" => "Religion",
"occupation" => "Occupation",
"next_of_kin" => "Next of kin\'s name",
"relationship_to_next_of_kin" => "Relationship to next of kin",
"next_of_kins_phone" => "Next of kin\'s phone",
"phone_number" => "Phone Number",
"phone_owner" => "Phone number",
"self" => "Self",
"other" => "Other",
"phone_owners_name" => "Phone owner's name",
"name_of_lc1_chairman" => "Name of LC1 chairman",
"any_hospital_contact" => "Any hospital contact?",
"yes" => "Yes",
"no" => "No",
"name_of_contact_in" => "Name of the contact in",
"preferred_language" => "Preferred Language",
"district" => "District",
"county" => "County",
"select" => "-- select --",
"add_new_district" => "Add new district",
"add_new_county" => "Add new county",
"subcounty" => "Subcounty",
"add_new_subcounty" => "Add new subcounty",
"parish" => "Parish",
"add_new_parish" => "Add new parish",
"village" => "village",
"add_new_village" => "Add new village",
"is_member_head_of_family" => "Is Member Head of Family?",
"select_family" => "Select Family",
"insurance_group" => "Insurance Group",
"photo" => "Photo",
"submit" => "Submit",
"cancel" => "Cancel",
"register_a_new_occupation" => "Register a new occupation",
"register_a_new_district" => "Register a new district",
"register_a_new_county" => "Register a new county",
"register_a_new_sub_county" => "Register a new sub-county",
"register_a_new_parish" => "Register a new parish",
"register_a_new_village" => "Register a new village",
"please_fill_in_a_name" => "Please fill out a name",
"error_occured_occupation_not_added" => "Error occured. New occupation has not been added",
"new_district_has_been_added" => "new district has been added",
"district_already_exists" => "District already exists",
"county_already_exists" => "County already Exists",
"new_county_has_been_added" => "new county has been added",
"subcounty_already_exists" => "Sub county already exists",
"new_subcounty_has_been_added" => "new sub county has been added",
"parish_already_exists" => "Parish already Exists",
"new_parish_has_been_added" => "new parish has been added",
"village_already_exists" => "Village already Exists",
"new_village_has_been_added" => "new village has been added",
"search_by_patient_number" => "Search by patient number",
"search_by_first_name" => "Search with patient first name",
"search_by_last_name" => "Search with patient last name",
"save" => "Save",
"add_exisitng_patient" => "Add Existing Patient",
"view_active_members" => "View Insurance Members",
"view_inactive_members" => "View Deleted Members",
"patient_search" => "Patient Search",
"patient_information" => "Patient Information",
"insurance_member_details" => "Insurance Member Details",
"member_details" => "Member Details",
"member_details_bio" => "Member's Bio Data",
"full_names" => "Full Names",
"relationship_to_head_of_family" => "Relationship To Head Of Family",
"head_of_family_details" => "Head Of Family Details",
"group_details" => "Group Details",
"group_name" => "Group Name",
"start_of_insurance" => "Start Of Insurance",
"end_of_insurance" => "End Of Insurance",
"insurance_status" => "Insurance Status",
"active" => "Active",
"inactive" => "Inactive",
"member_picture" => "Member's Picture",
"head_of_family_picture" => "Head Of Family's Picture",
"patient_number" => "Patient Number",
"edit_insurance_details_for" => "Edit Insurance Details For ",
"edit" => "Edit",
"relationship_to_head" => "Relationship To Head",
"inactive_insurance_members" => "Deleted Insurance Members",
"activate" => "Restore",
"name" => "Name",
"patient_category" => "Patient Category",
"action" => "Action",
"family" => "Family",
"are_you_sure" => "Are you sure",
"you_have_registered" => "You have registered",
"currently_registered_members" => "Currently Registered Members",
"search_criteria" => "Search criteria",
"clear_search" => "Clear search",
"search" => "Search",
"delete" => "Delete",
"details" => "Details",
"add_new_occupation" => "Add new occupation",
"family_insurance_risk" => "Family insurance risk",
"edit_family_head_details" => "Edit family head details",
"does_member_have_existing_premium" => "Does member already have existing premiums",
"existing_premium_start_date" => "Existing premium start date",
"existing_premium_end_date" => "Existing premium end date",
"created_at" => "Created At",
"premium_amount" => "Premium Amount",
"created_by" => "Created By",
"members_with_active_insurance" => "Members With Active Insurance",
"members_with_expired_insurance" => "Members With Expired Insurance",
"family_members" => "Family Members",
];