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

123 lines
5.1 KiB
PHP
Executable File

<?php
return [
"dashboard" => "Dashboard",
"view" => "View",
"export_data_to_csv_and_excel" => "Export data to Copy, CSV, Excel, PDF & Print",
"drug" => "Drug",
"drugs" => "Drugs",
"new_drug" => "New Drug",
"register" => "Register",
"edit" => "Edit",
"delete" => "Delete",
"create" => "Create",
"submit" => "Submit",
"cancel" => "Cancel",
"edit_drug" => "Edit Drug",
"edit" => "Edit",
"activate" => "Activate",
"streamline_setup_six_of_ten" => "Stre@mline setup (Step 6 of 10)",
"drug_name" => "Drug name",
"drug_form" => "Drug form",
"drug_category" => "Drug category",
"drug_unit" => "Drug unit",
"pack" => "Pack",
"strength" => "Strength",
"supplier" => "Supplier",
"drug_description" => "Drug description",
"drug_prompt" => "Drug prompt",
"current_store_stock" => "Current store stock",
"current_pharmacy_stock" => "Current pharmacy stock",
"re_order_level" => "Re-order level",
"cost_price" => "Cost price",
"income_account" => "Income Account",
"cost_of_goods_account" => "Cost Of Goods Account",
"inventory_asset_account" => "Inventory Asset Account",
"drug_expiry_date" => "Drug expiry date",
"insurance_coverage" => "Insurance coverage",
"non_insured_price" => "Cash Price",
"insured_price" => "Insured price",
"patient_info_in_english" => "Patient information in English",
"patient_info_in_vernacular" => "Patient information in Vernacular",
"select_from_list" => "Select any from list",
"next" => "Next",
"skip" => "Skip",
"submit" => "Submit",
"cancel" => "Cancel",
"prompts_and_references" => "Prompt and References",
"pharmacy" => "Pharmacy",
"store" => "Store",
"pharmacy" => "Pharmacy",
"vernacular_info" => "Vernacular Info",
"english_info" => "English Info",
"other_options" => "Other options",
"create_multiple_drugs" => "Create multiple drugs",
"drug_categories" => "Drug Categories",
"inventory_account" => "Inventory Account",
"description" => "Description",
"stock_level" => "Stock Level",
"expiry_date" => "Expiry Date",
"long_term" => "Long term (Will be marked as chronic)",
"hssip" => "H.S.S.I.P",
"activate_drugs" => "Activate drugs",
"selling" => "Selling",
"prompt" => "Prompt",
"pharmacy" => "Pharmacy",
"store" => "Store",
"are_you_sure" => "Are you sure?",
"expiring_drugs" => "Expiring drugs",
"expiring" => "Expiring",
"expiring_with_in" => "Expiring Within",
"1_week" => "1 Week",
"2_weeks" => "2 Weeks",
"1_month" => "1 Month",
"expired_drugs" => "Expired Drugs",
"store_stock" => "Store Stock",
"batch_details" => "Batch Details",
"quantity" => "Quantity",
"batch" => "Batch",
"expiry_date" => "Expiry Date",
"drugs_out_of_stock" => "Drugs out of stock",
"out_of_stock" => "Out of stock",
"add_bulk_drugs" => "Add Bulk Drugs",
"edit_all_drugs" => "Edit All Drugs",
"edit_all_prompts" => "Edit All Drug Prompts",
"edit_all_calculations" => "Edit All Drug Calculations",
"edit_all_pricing" => "Edit All Drug Pricing",
"edit_all" => "Edit all",
"id" => "Id",
"pharmacy_stock" => "Pharmacy Stock",
"edit_all_calculations" => "Edit all calculations",
"drug_pack" => "Drug Pack",
"drug_strength" => "Drug Strength",
"buying" => "Buying",
"pf_adult" => "P.F (Adult)",
"daily_cost_adult" => "Daily Cost (Adult)",
"daily_cost_adult_insured" => "Daily Cost (Adult Insured)",
"pf_children" => "P.F (Children)",
"daily_cost_children" => "Daily Cost (Children)",
"daily_cost_children_insured" => "Daily Cost (Children Insured)",
"pf_infant" => "P.F (Infant)",
"daily_cost_infant" => "Daily Cost (Infant)",
"daily_cost_infant_insured" => "Daily Cost (Infant Insured)",
"pharmacy_comment" => "Pharmacy comment",
"edit_calculation" => "Edit calculation",
"edit_drug_calculation" => "Edit drug calculation",
"edit_pricing" => "Edit pricing",
"edit_drug_pricing" => "Edit drug pricing",
"edit_drug_prompt" => "Edit drug prompt",
"edit_prompt" => "Edit prompt",
"purchasing_package_unit" => "Purchasing Package Unit",
"quantity_in_each_package_unit" => "Quantity in each purchasing package unit",
"does_package_unit_have_sub_packages" => "Does package unit have sub packages e.g smaller boxes",
"quantity_in_each_sub_package" => "Quantity in each sub package",
"number_of_sub_packages_in_main_package" => "Number of sub packages in one package unit",
"edit_package_units_details" => "Edit purchasing package details",
"yes" => "Yes",
"no" => "No",
"is_drug_available" => "Is Drug available?",
"edit_drug_calculations" => "Edit Drug Calculations",
"is_initial_stock_count" => "Do the values in store stock & pharmacy stock represent the actual initial stock count?",
"initial_stock_count_explanation" => "Is this current stock in store and pharmacy the initial opening stock (please select yes if you want this stock to appear as opening inventory equity in the balance sheet. Ask accountant if you are not sure)",
"stock" => "Stock",
];