mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-28 20:17:53 -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
60 lines
2.3 KiB
PHP
60 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"amount_due" => "",
|
|
"cancel_receiving" => "",
|
|
"cannot_be_deleted" => "",
|
|
"comments" => "",
|
|
"complete_receiving" => "",
|
|
"confirm_cancel_receiving" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_finish_receiving" => "",
|
|
"confirm_restore" => "",
|
|
"cost" => "",
|
|
"daily" => "",
|
|
"date" => "",
|
|
"date_required" => "",
|
|
"date_type" => "",
|
|
"delete_entire_sale" => "",
|
|
"discount" => "",
|
|
"edit" => "",
|
|
"edit_sale" => "",
|
|
"employee" => "",
|
|
"error_editing_item" => "",
|
|
"error_requisition" => "",
|
|
"find_or_scan_item" => "",
|
|
"find_or_scan_item_or_receipt" => "",
|
|
"id" => "",
|
|
"item_name" => "",
|
|
"mode" => "",
|
|
"new_supplier" => "",
|
|
"one_or_multiple" => "",
|
|
"print_after_sale" => "",
|
|
"quantity" => "",
|
|
"receipt" => "",
|
|
"receipt_number" => "",
|
|
"receiving" => "",
|
|
"reference" => "",
|
|
"register" => "",
|
|
"requisition" => "",
|
|
"return" => "",
|
|
"select_supplier" => "",
|
|
"ship_pack" => "",
|
|
"start_typing_supplier_name" => "",
|
|
"stock" => "",
|
|
"stock_destination" => "",
|
|
"stock_locaiton" => "",
|
|
"stock_source" => "",
|
|
"successfully_deleted" => "",
|
|
"successfully_updated" => "",
|
|
"supplier" => "",
|
|
"supplier_address" => "",
|
|
"supplier_email" => "",
|
|
"supplier_location" => "",
|
|
"total" => "",
|
|
"transaction_failed" => "",
|
|
"unable_to_add_item" => "",
|
|
"unsuccessfully_updated" => "",
|
|
"update" => "",
|
|
];
|