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
31 lines
807 B
PHP
Executable File
31 lines
807 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"other" => "Other",
|
|
"deleting" => "Deleting",
|
|
"editing" => "Editing",
|
|
"creating" => "Creating",
|
|
"viewing" => "Viewing",
|
|
"check_all" => "Check all",
|
|
"assign" => "Assign",
|
|
"permissions" => "Permissions",
|
|
"name_of_role" => "Name of the role",
|
|
"input_error" => "There were some problems with your input.",
|
|
"create" => "create",
|
|
"roles" => "Roles",
|
|
"dashboard" => "Dashboard",
|
|
"new_role" => "New role",
|
|
"edit" => "Edit",
|
|
"edit_role" => "Edit role",
|
|
"list_roles" => "List roles",
|
|
"details" => "Details",
|
|
"delete" => "Delete",
|
|
"action" => "Action",
|
|
"users" => "Users",
|
|
"role_name" => "Role Name",
|
|
"role_detail" => "Role detail",
|
|
"name" => "Name",
|
|
];
|