mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -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
73 lines
3.2 KiB
PHP
73 lines
3.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_minus" => "",
|
|
"allow_alt_description" => "",
|
|
"bulk_edit" => "",
|
|
"cannot_be_deleted" => "",
|
|
"cannot_find_giftcard" => "",
|
|
"cannot_use" => "",
|
|
"card_value" => "",
|
|
"category" => "",
|
|
"change_all_to_allow_alt_desc" => "",
|
|
"change_all_to_not_allow_allow_desc" => "",
|
|
"change_all_to_serialized" => "",
|
|
"change_all_to_unserialized" => "",
|
|
"confirm_bulk_edit" => "",
|
|
"confirm_delete" => "",
|
|
"confirm_restore" => "",
|
|
"cost_price" => "",
|
|
"count" => "",
|
|
"csv_import_failed" => "",
|
|
"current_quantity" => "",
|
|
"description" => "",
|
|
"details_count" => "",
|
|
"do_nothing" => "",
|
|
"edit_fields_you_want_to_update" => "",
|
|
"edit_multiple_giftcards" => "",
|
|
"error_adding_updating" => "",
|
|
"error_updating_multiple" => "",
|
|
"generate_barcodes" => "",
|
|
"giftcard" => "",
|
|
"giftcard_number" => "",
|
|
"info_provided_by" => "",
|
|
"inventory_comments" => "",
|
|
"is_serialized" => "",
|
|
"low_inventory_giftcards" => "",
|
|
"manually_editing_of_quantity" => "",
|
|
"must_select_giftcard_for_barcode" => "",
|
|
"new" => "",
|
|
"no_description_giftcards" => "",
|
|
"no_giftcards_to_display" => "",
|
|
"none" => "",
|
|
"none_selected" => "",
|
|
"number" => "",
|
|
"number_information" => "",
|
|
"number_required" => "",
|
|
"one_or_multiple" => "",
|
|
"person_id" => "",
|
|
"quantity" => "",
|
|
"quantity_required" => "",
|
|
"remaining_balance" => "",
|
|
"reorder_level" => "",
|
|
"retrive_giftcard_info" => "",
|
|
"sales_tax_1" => "",
|
|
"sales_tax_2" => "",
|
|
"serialized_giftcards" => "",
|
|
"successful_adding" => "",
|
|
"successful_bulk_edit" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"supplier" => "",
|
|
"tax_1" => "",
|
|
"tax_2" => "",
|
|
"tax_percent" => "",
|
|
"tax_percents" => "",
|
|
"unit_price" => "",
|
|
"upc_database" => "",
|
|
"update" => "",
|
|
"use_inventory_menu" => "",
|
|
"value" => "",
|
|
"value_required" => "",
|
|
];
|