mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-14 04:01:30 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?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"
|
||||
];
|
||||
Reference in New Issue
Block a user