updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
return [
'drug_unit' => 'Drug Unit',
'drug_units' => 'Drug Units',
'add_new_drug_unit' => 'Add New Drug Unit',
'edit_drug_unit' => 'Edit Drug Unit',
'view_drug_units' => 'View Drug Units',
'activate_drug_units' => 'Activate Drug Units',
'dashboard' => 'Dashboard',
'clinical_data' => 'Clinical Data',
'drug_unit_name' => 'Drug Unit Name',
'save' => 'Save',
'edit' => 'Edit',
'delete' => 'Delete',
'activate' => 'Activate',
'cancel' => 'Cancel',
'export_to_pdf' => 'Export data to Copy, CSV, Excel, PDF & Print',
];