mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
35 lines
1.2 KiB
PHP
Executable File
35 lines
1.2 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"chart_of_accounts" => "Chart of accounts",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"home" => "Home",
|
|
"finance_home" => "Finance Home",
|
|
"view_chart_of_accounts" => "View Chart of accounts",
|
|
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
|
|
"chart_of_account_name" => "Chart Of Account Name",
|
|
"type" => "Type",
|
|
"description" => "Description",
|
|
"sub_account_of" => "Sub Account Of",
|
|
"balance" => "Balance",
|
|
"current_balance" => "Current Balance",
|
|
"opening_balance" => "Opening Balance",
|
|
"edit" => "Edit",
|
|
"delete" => "Delete",
|
|
"are_you_sure" => "Are you sure ?",
|
|
"edit_chart_of_account" => "Edit chart of account",
|
|
"chart_of_account_name" => "Chart of account name",
|
|
"system_core_account" => "System core account",
|
|
"yes" => "Yes",
|
|
"no" => "No",
|
|
"activate" => "Activate",
|
|
"inactive" => "Inactive",
|
|
"add_chart_of_account" => "Add Chart Of Account",
|
|
"activate_chart_of_accounts" => "Activate Chart Of Accounts",
|
|
"create" => "Create",
|
|
"report" => "Report",
|
|
"date" => "Date",
|
|
"slug" => "Slug",
|
|
"created_by" => "Created By"
|
|
]; |