mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 01:57: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
122 lines
5.5 KiB
PHP
122 lines
5.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_minus" => "",
|
|
"allow_alt_description" => "",
|
|
"amount_entry" => "",
|
|
"bulk_edit" => "",
|
|
"buy_price_required" => "",
|
|
"cannot_be_deleted" => "",
|
|
"cannot_find_item" => "",
|
|
"categories" => "",
|
|
"category" => "",
|
|
"category_new" => "",
|
|
"category_required" => "",
|
|
"change_all_to_allow_alt_desc" => "",
|
|
"change_all_to_not_allow_allow_desc" => "",
|
|
"change_all_to_serialized" => "",
|
|
"change_all_to_unserialized" => "",
|
|
"change_image" => "",
|
|
"confirm_bulk_edit" => "",
|
|
"confirm_bulk_edit_wipe_taxes" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"cost_price" => "",
|
|
"cost_price_number" => "",
|
|
"cost_price_required" => "",
|
|
"count" => "",
|
|
"csv_import_failed" => "",
|
|
"csv_import_nodata_wrongformat" => "",
|
|
"csv_import_partially_failed" => "",
|
|
"csv_import_success" => "",
|
|
"current_quantity" => "",
|
|
"default_pack_name" => "",
|
|
"description" => "",
|
|
"details_count" => "",
|
|
"do_nothing" => "",
|
|
"edit" => "",
|
|
"edit_fields_you_want_to_update" => "",
|
|
"edit_multiple_items" => "",
|
|
"empty_upc_items" => "",
|
|
"error_adding_updating" => "",
|
|
"error_updating_multiple" => "",
|
|
"generate_barcodes" => "",
|
|
"hsn_code" => "",
|
|
"image" => "",
|
|
"import_items_csv" => "",
|
|
"info_provided_by" => "",
|
|
"inventory" => "",
|
|
"inventory_CSV_import_quantity" => "",
|
|
"inventory_comments" => "",
|
|
"inventory_data_tracking" => "",
|
|
"inventory_date" => "",
|
|
"inventory_employee" => "",
|
|
"inventory_in_out_quantity" => "",
|
|
"inventory_remarks" => "",
|
|
"is_deleted" => "",
|
|
"is_printed" => "",
|
|
"is_serialized" => "",
|
|
"item" => "",
|
|
"item_id" => "",
|
|
"item_number" => "",
|
|
"item_number_duplicate" => "",
|
|
"kit" => "",
|
|
"location" => "",
|
|
"low_inventory_items" => "",
|
|
"low_sell_item" => "",
|
|
"manually_editing_of_quantity" => "",
|
|
"markup" => "",
|
|
"name" => "",
|
|
"name_required" => "",
|
|
"new" => "",
|
|
"no_description_items" => "",
|
|
"no_items_to_display" => "",
|
|
"none" => "",
|
|
"none_selected" => "",
|
|
"nonstock" => "",
|
|
"number_information" => "",
|
|
"number_required" => "",
|
|
"one_or_multiple" => "",
|
|
"pack_name" => "",
|
|
"qty_per_pack" => "",
|
|
"quantity" => "",
|
|
"quantity_number" => "",
|
|
"quantity_required" => "",
|
|
"receiving_quantity" => "",
|
|
"remove_image" => "",
|
|
"reorder_level" => "",
|
|
"reorder_level_number" => "",
|
|
"reorder_level_required" => "",
|
|
"retrive_item_info" => "",
|
|
"sales_tax_1" => "",
|
|
"sales_tax_2" => "",
|
|
"search_attributes" => "",
|
|
"select_image" => "",
|
|
"serialized_items" => "",
|
|
"standard" => "",
|
|
"stock" => "",
|
|
"stock_location" => "",
|
|
"stock_type" => "",
|
|
"successful_adding" => "",
|
|
"successful_bulk_edit" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"supplier" => "",
|
|
"tax_1" => "",
|
|
"tax_2" => "",
|
|
"tax_3" => "",
|
|
"tax_category" => "",
|
|
"tax_percent" => "",
|
|
"tax_percent_number" => "",
|
|
"tax_percent_required" => "",
|
|
"tax_percents" => "",
|
|
"temp" => "",
|
|
"type" => "",
|
|
"unit_price" => "",
|
|
"unit_price_number" => "",
|
|
"unit_price_required" => "",
|
|
"upc_database" => "",
|
|
"update" => "",
|
|
"use_inventory_menu" => "",
|
|
];
|