mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
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.
24 lines
782 B
PHP
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"
|
|
]; |