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
39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"faq" => "Frequently Asked Questions",
|
|
"dashboard" => "Dashboard",
|
|
"add_faq" => "Add Frequently Asked Question",
|
|
"add_faqs" => "Add Frequently Asked Questions",
|
|
"export_csv" => "Export data to Copy, CSV, Excel, PDF & Print",
|
|
"save" => "Save",
|
|
"question" => "Question",
|
|
"module_category" => "Module / Category",
|
|
"answered" => "Answered?",
|
|
"answere" => "ANSWERED",
|
|
"not_answered" => "NOT ANSWERED",
|
|
"edit" => "Edit",
|
|
"delete" => "Delete",
|
|
"search_more" => "Search More",
|
|
"search_for" => "Search for...",
|
|
"search" => "Search",
|
|
"answer" => "ANSWER",
|
|
"related_questions" => "Related Questions",
|
|
"search_categories" => "Search Categories",
|
|
"questions_answered" => "questions answered",
|
|
"inactive_question" => "Inactive Question",
|
|
"edit_all_questions" => "Edit All Questions",
|
|
"view_question" => "View Question",
|
|
"manage_modules" => "Manage Modules",
|
|
"add_question" => "Add Question",
|
|
"modules" => "Modules",
|
|
"add_faq_module" => "Add F.A.Q Module",
|
|
"module_name" => "Module Name",
|
|
"save_module" => "Save Module",
|
|
"name" => "Name",
|
|
"created_by" => "Created By",
|
|
"view_modules" => "View Modules",
|
|
"manage_questions" => "Manage Questions",
|
|
"add_module" => "Add Module",
|
|
];
|