mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-28 12:07:52 -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
43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_item" => "",
|
|
"all" => "",
|
|
"cannot_be_deleted" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"description" => "",
|
|
"discount" => "",
|
|
"discount_fixed" => "",
|
|
"discount_percent" => "",
|
|
"discount_type" => "",
|
|
"error_adding_updating" => "",
|
|
"find_kit_item" => "",
|
|
"info" => "",
|
|
"item" => "",
|
|
"item_kit_number" => "",
|
|
"item_kit_number_duplicate" => "",
|
|
"item_number" => "",
|
|
"item_number_duplicate" => "",
|
|
"items" => "",
|
|
"kit" => "",
|
|
"kit_and_components" => "",
|
|
"kit_and_stock" => "",
|
|
"kit_only" => "",
|
|
"name" => "",
|
|
"new" => "",
|
|
"no_item_kits_to_display" => "",
|
|
"none_selected" => "",
|
|
"one_or_multiple" => "",
|
|
"price_option" => "",
|
|
"priced_only" => "",
|
|
"print_option" => "",
|
|
"quantity" => "",
|
|
"sequence" => "",
|
|
"successful_adding" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"unit_price" => "",
|
|
"update" => "",
|
|
];
|