mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 10:31:19 -04:00
72 lines
2.5 KiB
PHP
72 lines
2.5 KiB
PHP
<?php
|
|
return [
|
|
'giftcards_add_minus' => '',
|
|
'giftcards_allow_alt_description' => '',
|
|
'giftcards_bulk_edit' => '',
|
|
'giftcards_cannot_be_deleted' => '',
|
|
'giftcards_cannot_find_giftcard' => '',
|
|
'giftcards_cannot_use' => '',
|
|
'giftcards_card_value' => '',
|
|
'giftcards_category' => '',
|
|
'giftcards_change_all_to_allow_alt_desc' => '',
|
|
'giftcards_change_all_to_not_allow_allow_desc' => '',
|
|
'giftcards_change_all_to_serialized' => '',
|
|
'giftcards_change_all_to_unserialized' => '',
|
|
'giftcards_confirm_bulk_edit' => '',
|
|
'giftcards_confirm_delete' => '',
|
|
'giftcards_confirm_restore' => '',
|
|
'giftcards_cost_price' => '',
|
|
'giftcards_count' => '',
|
|
'giftcards_csv_import_failed' => '',
|
|
'giftcards_current_quantity' => '',
|
|
'giftcards_description' => '',
|
|
'giftcards_details_count' => '',
|
|
'giftcards_do_nothing' => '',
|
|
'giftcards_edit_fields_you_want_to_update' => '',
|
|
'giftcards_edit_multiple_giftcards' => '',
|
|
'giftcards_error_adding_updating' => '',
|
|
'giftcards_error_updating_multiple' => '',
|
|
'giftcards_generate_barcodes' => '',
|
|
'giftcards_giftcard' => '',
|
|
'giftcards_giftcard_number' => '',
|
|
'giftcards_info_provided_by' => '',
|
|
'giftcards_inventory_comments' => '',
|
|
'giftcards_is_serialized' => '',
|
|
'giftcards_low_inventory_giftcards' => '',
|
|
'giftcards_manually_editing_of_quantity' => '',
|
|
'giftcards_must_select_giftcard_for_barcode' => '',
|
|
'giftcards_new' => '',
|
|
'giftcards_no_description_giftcards' => '',
|
|
'giftcards_no_giftcards_to_display' => '',
|
|
'giftcards_none' => '',
|
|
'giftcards_none_selected' => '',
|
|
'giftcards_number' => '',
|
|
'giftcards_number_information' => '',
|
|
'giftcards_number_required' => '',
|
|
'giftcards_one_or_multiple' => '',
|
|
'giftcards_person_id' => '',
|
|
'giftcards_quantity' => '',
|
|
'giftcards_quantity_required' => '',
|
|
'giftcards_remaining_balance' => '',
|
|
'giftcards_reorder_level' => '',
|
|
'giftcards_retrive_giftcard_info' => '',
|
|
'giftcards_sales_tax_1' => '',
|
|
'giftcards_sales_tax_2' => '',
|
|
'giftcards_serialized_giftcards' => '',
|
|
'giftcards_successful_adding' => '',
|
|
'giftcards_successful_bulk_edit' => '',
|
|
'giftcards_successful_deleted' => '',
|
|
'giftcards_successful_updating' => '',
|
|
'giftcards_supplier' => '',
|
|
'giftcards_tax_1' => '',
|
|
'giftcards_tax_2' => '',
|
|
'giftcards_tax_percent' => '',
|
|
'giftcards_tax_percents' => '',
|
|
'giftcards_unit_price' => '',
|
|
'giftcards_upc_database' => '',
|
|
'giftcards_update' => '',
|
|
'giftcards_use_inventory_menu' => '',
|
|
'giftcards_value' => '',
|
|
'giftcards_value_required' => '',
|
|
];
|