43 lines
1.4 KiB
PHP
43 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'form_title' => 'Lab Profile',
|
|
'lab_name' => 'Lab Name',
|
|
'short_name' => 'Short Name',
|
|
'emial' => 'E-mail',
|
|
'address' => 'Address',
|
|
'lab_settings' => 'Lab Settings',
|
|
'sample_numner_conf' => 'Sample Number',
|
|
'patient_numner_conf' => 'Patient Number',
|
|
'type_of_discount_conf' => 'Type of Discount',
|
|
'verify_label' => 'Verify Label',
|
|
'technician_label' => 'Technician Label',
|
|
'department' => 'Wards',
|
|
'btn_change' => 'Change',
|
|
'manual' => 'Manual',
|
|
'system_generate' => 'System Generate',
|
|
'btn_save' => 'Save',
|
|
'percentage' => 'Percentage',
|
|
'price' => 'Price',
|
|
'start_date' => 'Start Date',
|
|
'usage_period' => 'Licence Expire',
|
|
'name_placeholder' => 'Input name here',
|
|
'based_currency' => 'Currency',
|
|
'exchange_rate' => 'Exchange Rate',
|
|
'invoice_template' => 'Invoice Format',
|
|
'invoice_detail' => 'Detail by tests',
|
|
'invoice_summary' => 'Summary',
|
|
'detail_with_panel' => 'Detail with Panel & Sample',
|
|
|
|
'header_font_name' => 'Result Page Header Font',
|
|
'header_font_size' => 'Result Page Header Font-Size',
|
|
'body_font_name' => 'Result Page Body Font',
|
|
'body_font_size' => 'Result Page body Font-Size',
|
|
'abnormal_result' => 'Abnormal Result Highlight',
|
|
'font_weight' => 'Font-Weight',
|
|
'font_bold' => 'Bold',
|
|
'font_normal' => 'Normal',
|
|
'text_color' => 'Color'
|
|
|
|
];
|