mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"activate_observation" => "Activate Observation",
|
|
"view_observations" => "View Observations",
|
|
"add_observation" => "Add Observation",
|
|
"observations" => "Observations",
|
|
"dashboard" => "Dashboard",
|
|
"view" => "View",
|
|
"export_data" => "Export data to Copy, CSV, Excel, PDF & Print",
|
|
"category" => "Category",
|
|
"measurement" => "Measurement",
|
|
"options" => "Options",
|
|
"lower_limit" => "Lower Limit",
|
|
"upper_limit" => "Upper Limit",
|
|
"edit" => "Edit",
|
|
"delete" => "Delete",
|
|
"activate" => "Activate",
|
|
"edit_observation" => "Edit observation",
|
|
"observation_name" => "Observation name",
|
|
"measurement_unit" => "Measurement Unit (e.g Kilograms, Centimeters)",
|
|
"options_or_range" => "Choose to set a range or to set dropdown options for the observation",
|
|
"set_ranges" => "Set Ranges",
|
|
"set_dropdown_options" => "Set Dropdown Options",
|
|
"set_drop_down_options" => "Set drop down Options",
|
|
"add_another_option" => "Add Another Option",
|
|
"set_normal_option" => "Set Normal Option",
|
|
"age_group" => "Age group",
|
|
"is_observation_compulsory" => "Is observation compulsory?",
|
|
"yes" => "Yes",
|
|
"no" => "No",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"create" => "Create",
|
|
];
|