mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
52 lines
1.9 KiB
PHP
52 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_item" => "",
|
|
"amount" => "",
|
|
"amount_number" => "",
|
|
"amount_required" => "",
|
|
"by_category" => "",
|
|
"cannot_be_deleted" => "",
|
|
"cash" => "",
|
|
"cash_filter" => "",
|
|
"categories_name" => "",
|
|
"category_required" => "",
|
|
"check" => "",
|
|
"check_filter" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"credit" => "",
|
|
"credit_filter" => "",
|
|
"date" => "",
|
|
"date_number" => "",
|
|
"date_required" => "",
|
|
"debit" => "",
|
|
"debit_filter" => "",
|
|
"description" => "",
|
|
"due" => "",
|
|
"due_filter" => "",
|
|
"employee" => "",
|
|
"error_adding_updating" => "",
|
|
"expense_id" => "",
|
|
"expenses_employee" => "",
|
|
"info" => "",
|
|
"ip_address" => "",
|
|
"is_deleted" => "",
|
|
"name_required" => "",
|
|
"new" => "",
|
|
"new_supplier" => "",
|
|
"no_expenses_to_display" => "",
|
|
"none_selected" => "",
|
|
"one_or_multiple" => "",
|
|
"payment" => "",
|
|
"start_typing_supplier_name" => "",
|
|
"successful_adding" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"supplier_name" => "",
|
|
"supplier_tax_code" => "",
|
|
"tax_amount" => "",
|
|
"tax_amount_number" => "",
|
|
"update" => "",
|
|
];
|