Files
streamline-emr/docker/streamline-src/resources/lang/en/insurance.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

147 lines
6.2 KiB
PHP
Executable File

<?php
return [
"premiums" => "PREMIUMS",
"heads_of_family" => "HEADS OF FAMILY",
"insurance_groups" => "INSURANCE GROUPS",
"insurance_members" => "INSURANCE MEMBERS",
"dashboard" => "Dashboard",
"insurance_reports" => "Insurance Reports",
"new_insurance_member" => "New insurance member",
"add_existing_patient" => "Add existing patient",
"view_insurance_members" => "View insurance members",
"inactive_insurance_members" => "Deleted insurance members",
"new_insurance_group" => "New insurance group",
"view_insurance_groups" => "View insurance groups",
"inactive_insurance_groups" => "Inactive insurance groups",
"new_family_head" => "New family head",
"view_family_heads" => "View heads of family",
"inactive_family_heads" => "Inactive family heads",
"new_premium" => "New premium",
"premium_receipts" => "Premium receipts",
"insurance_expiring" => "Insurance Almost Expiring",
"insured_drugs" => "Drugs Covered Insurance",
"expired_insurance" => "Expired Insurance",
"premiums_report" => "Premiums Report",
"cumulative_premiums_report" => "Cumulative Premiums Report",
"income_received" => "Income Received",
"income_v_expend" => "Income Vs Expenditure",
"insurance_expenditure" => "Insurance Expenditure",
"group_income_expend" => "Group Income Vs Expenditure",
"new_premiums" => "New Premiums",
"amount" => "Amount",
"insurance_groups_lc" => "Insurance Groups",
"insurance_start_date" => "Insurance Start Date",
"insurance_end_date" => "Insurance End Date",
"payment_date" => "Payment Date",
"cancel" => "Cancel",
"tel" => "Tel",
"email" => "Email",
"date" => "Date",
"print" => "Print",
"proceed" => "Proceed",
"search" => "Search",
"paid_by" => "Paid By",
"paid_by_contact" => "Paid By Contact",
"cashier" => "Cashier",
"receipt_number" => "Receipt Number",
"submit" => "Submit",
"income_received_from_premiums" => "Income Received From Premiums",
"search_for_group_receipts" => "Search For Group Receipts",
"group_name" => "Group Name",
"client_name" => "Client Name",
"family_name" => "Family Name",
"amount_paid" => "Amount Paid",
"start_date" => "Start Date",
"end_date" => "End Date",
"print_receipts" => "Print Receipts",
"print_receipt" => "Print Receipt",
"print_group_receipt" => "Print Group Receipt",
"renew_premium" => "Renew Premium",
"premium_receipt" => "Premium Receipt",
"start_of_cover_date" => "Start of cover date",
"end_of_cover_date" => "End of cover date",
"insurance_group_name" => "Insurance Group Name",
"insurance_family_head" => "Insurance Family Head",
"single_group_receipt" => "Single Group Receipt",
"single_group_receipt_history" => "Single Group Receipt History",
"streamline" => "&copy; Stre@mline",
"new_fam_saved" => "New family member has been saved",
"family_members" => "Family members",
"pdf_print" => "PDF Print",
"members" => "Members",
"number_of_people_covered" => "Number of people covered",
"printed_by" => "Printed By",
"family_card" => "FAMILY CARD",
"health_insurance_card" => "HEALTH INSURANCE SCHEME",
"signed" => "Signed",
"for" => "For",
"client_signature" => "Client Signature",
"CHI_plans" => "C.H.I Plan",
"add_chi_plan" => "Add CHI plan",
"view_chi_plan" => "View CHI plan",
"activate_chi_plan" => "Activate CHI plan",
"chi_plan" => "CHI plan",
"create_chi_plan" => "Create CHI Plan",
"new_chi_plan" => "New CHI Plan",
"home" => "Home",
"name" => "Name",
"plan_fee" => "Membership plan fee",
"overall_annual_limit_for_member" => "Overall annual limit for member",
"overall_annual_limit_for_family" => "Overall annual limit for family",
"is_authorization_required" => "Is authorization required",
"membership_card_color" => "Membership card color",
"created_by" => "Created by",
"inactive_CHI_plans" => "De-activated CHI Plans",
"insurance" => "insurance",
"date_of_last_fees_billing" => "Date of last fees billing",
"date_of_last_fees_payment" => "Date of last fees payment",
"title" => "Title",
"social_security_number" => "Social security number",
"member_premium" => "Member premium",
"membership_start_date" => "Membership start date",
"membership_registration_date" => "Membership registration date",
"next_anniversary_date_bracket_moved_with_rollover" => "Next anniversary date (Moved with every rollover)",
"premium" => "Premium",
"plan" => "Plan",
"research_id" => "Research ID",
"print_card" => "Print Card",
"risk" => "Risk",
"risks" => "Risks",
"details" => "Details",
"other_plan" => "Other Plan",
"other_plan_explanation" => "Other Plan (Premium will be chi_plan + other_plan * risk)",
"product_set_up" => "Product Set Up",
"plans" => "Plans",
"benefits" => "Benefits",
"tariffs" => "Tariffs",
"authorization_procedures" => "Authorization Procedures",
"setup_reinsurance" => "Setup Reinsurance",
"setup_quota_shares" => "Setup Quota Shares",
"incoming_claim_adjudication_errors" => "Incoming Claim Adjudication Errors",
"incoming_claim_authorizations" => "Incoming Claim Authorizations",
"members_with_pre_existing_premiums" => "Members with pre-existing premiums report",
"cancel_insurance_premiums" => "Cancel insurance premiums",
"cancel_premium" => "Cancel premium",
"CHI_plan_details" => "C.H.I plan details",
"attached_benefits" => "Attached Benefits to this C.H.I Plan",
"waiting_period" => "Waiting Period",
"fee" => "Fee",
"created_at" => "Created At",
"single_group_premium_payment" => "Single Group Premium Payment",
"view_group_members" => "View group members",
"families_in_group" => "Families in group",
"chi_to_pay" => "C.H.I To Pay",
"plan_name" => "Plan Name",
"plan_benefits" => "Plan Benefits",
"received_by" => "Received By",
"expenditure_reports" => "Expenditure Reports",
"scheme_administration" => "Scheme Administration",
"family" => "Family",
"families" => "Families",
"search_option" => "Search Option",
"insurance_title" => "Insurance",
"received_on" => "Received On",
"single_group_receipts" => "Single Group Receipts",
];