mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-14 04:01:30 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?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",
|
||||
];
|
||||
Reference in New Issue
Block a user