mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
16 lines
325 B
PHP
Executable File
16 lines
325 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"edit_alert" => "Edit alert",
|
|
"dashboard" => "Dashboard",
|
|
"alerts" => "Alerts",
|
|
"edit" => "Edit",
|
|
"alert" => "Alert",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"delete_alert" => "Delete Alert",
|
|
"date" => "Date",
|
|
"alerts_for" => "Alerts for",
|
|
"view" => "View",
|
|
];
|