Files
streamline-emr/docker/streamline-src/resources/lang/en/audit_trail.php
alec.turner a424394109 Build modified streamline images
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
2024-03-10 16:17:50 -07:00

30 lines
867 B
PHP
Executable File

<?php
return [
"audit_trail" => "Audit Trail",
"dashboard" => "Dashboard",
"staff_member" => "Staff member",
"action_performed" => "Action Performed",
"records_affected" => "Records Affected",
"select_the_date" => "Select the date",
"all_dates" => "ALL DATES",
"today" => "TODAY",
"yesterday" => "YESTERDAY",
"last_7" => "LAST 7 DAYS",
"last_30" => "LAST 30 DAYS",
"custom_date" => "CUSTOM DAY",
"date_range" => "DATE RANGE",
"date_from" => "Date From",
"date_to" => "Date To",
"search" => "Search",
"date_and_time" => "Date and Time",
"staff_incharge" => "Staff In Charge",
"details" => "Details",
"a" => "a",
"record" => "record",
"new_values" => "New Values",
"old_values" => "Old Values",
"computer_ip_address" => "Computer IP Address",
"device" => "Device",
];