mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
16 lines
590 B
PHP
Executable File
16 lines
590 B
PHP
Executable File
<?php
|
|
return [
|
|
"confidentiality_warning" => "Please ensure that all patient data is confidential",
|
|
"dashboard" => "Dashboard",
|
|
"reports_dashboard" => "Reports Dashboard",
|
|
"hospital_resources" => "Hospital resources",
|
|
"logout_warning" => "Logout at the end of your session",
|
|
"message_board" => "Message Board",
|
|
"new_patient" => "New Patient",
|
|
"reports" => "Reports",
|
|
"select_clinic" => "Select Clinic",
|
|
"select_patient" => "Select Patient",
|
|
"select_ward" => "Select Ward",
|
|
'renew_subscription'=>'Please Renew your Stre@mline subscription',
|
|
];
|