mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
18 lines
544 B
PHP
Executable File
18 lines
544 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'add_department' => 'Add Department',
|
|
'edit_department' => 'Edit Department',
|
|
'edit_all_departments' => 'Edit All Departments',
|
|
'activate_departments' => 'Activate Departments',
|
|
'departments' => 'Departments',
|
|
'dashboard' => 'Dashboard',
|
|
'create' => 'Create',
|
|
'view' => 'View',
|
|
'edit' => 'Edit',
|
|
'edit_all' => 'Edit All',
|
|
'delete' => 'Delete',
|
|
'activate' => 'Activate',
|
|
'export' => 'Export data to Copy, CSV, Excel, PDF & Print',
|
|
'department_name' => 'Department Name',
|
|
]; |