Files
streamline-emr/docker/streamline-src/resources/lang/en/drug_routes.php
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

24 lines
782 B
PHP

<?php
return [
"dashboard" => "Dashboard",
"view" => "View",
"export_data_to_csv_and_excel" => "Export data to Copy, CSV, Excel, PDF & Print",
"new_drug_route" => "New Drug route",
"clinical_data_route" => "Clinical Data Home",
"drug_routes" => "Drug routes",
"drug_route" => "Drug route",
"register" => "Register",
"submit" => "Submit",
"cancel" => "Cancel",
"add_drug_route" => "Add Drug route",
"view_drug_routes" => "View Drug routes",
"activate_drug_routes" => "Activate Drug routes",
"edit_drug_route" => "Edit Drug route",
"edit" => "Edit",
"inactive_drug_route" => "Inactive Drug route",
"activate" => "Activate",
"action" => "Action",
"are_you_sure" => "Are you sure",
"delete" => "Delete"
];