mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
72 lines
4.1 KiB
PHP
72 lines
4.1 KiB
PHP
<?php
|
|
return [
|
|
"giftcards_add_minus" => "Inventory to add or subtract.",
|
|
"giftcards_allow_alt_description" => "Allow Alternate Description",
|
|
"giftcards_bulk_edit" => "Bulk Edit",
|
|
"giftcards_cannot_be_deleted" => "Could not delete selected Gift Card(s), one or more of the selected Gift Cards has sales.",
|
|
"giftcards_cannot_find_giftcard" => "Gift Card not found.",
|
|
"giftcards_cannot_use" => "Gift Card %1 cannot be used for this sale: invalid Customer.",
|
|
"giftcards_card_value" => "Value",
|
|
"giftcards_category" => "Category",
|
|
"giftcards_change_all_to_allow_alt_desc" => "Allow alternate description for all.",
|
|
"giftcards_change_all_to_not_allow_allow_desc" => "Do not allow alternate description for all.",
|
|
"giftcards_change_all_to_serialized" => "Change All To Serialized",
|
|
"giftcards_change_all_to_unserialized" => "Change All To Unserialized",
|
|
"giftcards_confirm_bulk_edit" => "Are you sure you want to edit the selected Gift Card(s)?",
|
|
"giftcards_confirm_delete" => "Are you sure you want to delete the selected Gift Card(s)?",
|
|
"giftcards_confirm_restore" => "",
|
|
"giftcards_cost_price" => "Wholesale Price",
|
|
"giftcards_count" => "Update Inventory",
|
|
"giftcards_csv_import_failed" => "CSV import failed.",
|
|
"giftcards_current_quantity" => "Current Quantity",
|
|
"giftcards_description" => "Description",
|
|
"giftcards_details_count" => "Inventory Count Details",
|
|
"giftcards_do_nothing" => "Do Nothing",
|
|
"giftcards_edit_fields_you_want_to_update" => "Edit desired fields for selected Gift Card(s).",
|
|
"giftcards_edit_multiple_giftcards" => "Edit Multiple Gift Cards.",
|
|
"giftcards_error_adding_updating" => "Gift Card add or update failed.",
|
|
"giftcards_error_updating_multiple" => "Gift Card(s) update failed.",
|
|
"giftcards_generate_barcodes" => "Generate Barcodes",
|
|
"giftcards_giftcard" => "Gift Card",
|
|
"giftcards_giftcard_number" => "Gift Card Number",
|
|
"giftcards_info_provided_by" => "Info provided by",
|
|
"giftcards_inventory_comments" => "Comments",
|
|
"giftcards_is_serialized" => "Gift Card has Serial Number",
|
|
"giftcards_low_inventory_giftcards" => "Low Inventory Gift Cards",
|
|
"giftcards_manually_editing_of_quantity" => "Manual Edit of Quantity",
|
|
"giftcards_must_select_giftcard_for_barcode" => "You must select at least one (1) Gift Card to generate barcodes.",
|
|
"giftcards_new" => "New Gift Card",
|
|
"giftcards_no_description_giftcards" => "No Description Gift Cards",
|
|
"giftcards_no_giftcards_to_display" => "No Gift Cards to display.",
|
|
"giftcards_none" => "None",
|
|
"giftcards_none_selected" => "No Gift Card(s) selected to edit.",
|
|
"giftcards_number" => "Gift Card Number must be a number.",
|
|
"giftcards_number_information" => "Gift Card Number",
|
|
"giftcards_number_required" => "Gift Card Number is a required field.",
|
|
"giftcards_one_or_multiple" => "Gift Card(s)",
|
|
"giftcards_person_id" => "Customer",
|
|
"giftcards_quantity" => "Quantity",
|
|
"giftcards_quantity_required" => "Quantity is a required field. Please close (X) to cancel.",
|
|
"giftcards_remaining_balance" => "Gift Card %1 remaining value is %2!",
|
|
"giftcards_reorder_level" => "Reorder Level",
|
|
"giftcards_retrive_giftcard_info" => "Retrieve Gift Card Info",
|
|
"giftcards_sales_tax_1" => "Sales Tax",
|
|
"giftcards_sales_tax_2" => "Sales Tax 2",
|
|
"giftcards_serialized_giftcards" => "Serialized Gift Cards",
|
|
"giftcards_successful_adding" => "You have successfully added Gift Card",
|
|
"giftcards_successful_bulk_edit" => "You have successfully updated the selected Gift Card(s)",
|
|
"giftcards_successful_deleted" => "You have successfully deleted",
|
|
"giftcards_successful_updating" => "You have successfully updated Gift Card",
|
|
"giftcards_supplier" => "Supplier",
|
|
"giftcards_tax_1" => "Tax 1",
|
|
"giftcards_tax_2" => "Tax 2",
|
|
"giftcards_tax_percent" => "Tax Percent",
|
|
"giftcards_tax_percents" => "Tax Percent(s)",
|
|
"giftcards_unit_price" => "Retail Value",
|
|
"giftcards_upc_database" => "Barcode Database",
|
|
"giftcards_update" => "Update Gift Card",
|
|
"giftcards_use_inventory_menu" => "Use Inventory Menu",
|
|
"giftcards_value" => "Gift Card Value must be a number.",
|
|
"giftcards_value_required" => "Gift Card Value is a required field.",
|
|
];
|