Files
streamline-emr/docker/streamline-src/resources/lang/en/roles.php
T
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

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",
];