mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 11:37:54 -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
4.9 KiB
PHP
73 lines
4.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_minus" => "Inventory to add or subtract.",
|
|
"allow_alt_description" => "Allow Alternate Description",
|
|
"bulk_edit" => "Bulk Edit",
|
|
"cannot_be_deleted" => "Could not delete selected Gift Card(s), one or more of the selected Gift Cards has sales.",
|
|
"cannot_find_giftcard" => "Gift Card not found.",
|
|
"cannot_use" => "Gift Card {0} cannot be used for this sale: invalid Customer.",
|
|
"card_value" => "Value",
|
|
"category" => "Category",
|
|
"change_all_to_allow_alt_desc" => "Allow alternate description for all.",
|
|
"change_all_to_not_allow_allow_desc" => "Do not allow alternate description for all.",
|
|
"change_all_to_serialized" => "Change All To Serialized",
|
|
"change_all_to_unserialized" => "Change All To Unserialized",
|
|
"confirm_bulk_edit" => "Are you sure you want to edit the selected Gift Card(s)?",
|
|
"confirm_delete" => "Are you sure you want to delete the selected Gift Card(s)?",
|
|
"confirm_restore" => "Are you sure you want to restore selected Gift Card(s)?",
|
|
"cost_price" => "Wholesale Price",
|
|
"count" => "Update Inventory",
|
|
"csv_import_failed" => "CSV import failed.",
|
|
"current_quantity" => "Current Quantity",
|
|
"description" => "Description",
|
|
"details_count" => "Inventory Count Details",
|
|
"do_nothing" => "Do Nothing",
|
|
"edit_fields_you_want_to_update" => "Edit desired fields for selected Gift Card(s).",
|
|
"edit_multiple_giftcards" => "Edit Multiple Gift Cards.",
|
|
"error_adding_updating" => "Gift Card add or update failed.",
|
|
"error_updating_multiple" => "Gift Card(s) update failed.",
|
|
"generate_barcodes" => "Generate Barcodes",
|
|
"giftcard" => "Gift Card",
|
|
"giftcard_number" => "Gift Card Number",
|
|
"info_provided_by" => "Info provided by",
|
|
"inventory_comments" => "Comments",
|
|
"is_serialized" => "Gift Card has Serial Number",
|
|
"low_inventory_giftcards" => "Low Inventory Gift Cards",
|
|
"manually_editing_of_quantity" => "Manual Edit of Quantity",
|
|
"must_select_giftcard_for_barcode" => "You must select at least one (1) Gift Card to generate barcodes.",
|
|
"new" => "New Gift Card",
|
|
"no_description_giftcards" => "No Description Gift Cards",
|
|
"no_giftcards_to_display" => "No Gift Cards to display.",
|
|
"none" => "None",
|
|
"none_selected" => "No Gift Card(s) selected to edit.",
|
|
"number" => "Gift Card Number must be a number.",
|
|
"number_information" => "Gift Card Number",
|
|
"number_required" => "Gift Card Number is a required field.",
|
|
"one_or_multiple" => "Gift Card(s)",
|
|
"person_id" => "Customer",
|
|
"quantity" => "Quantity",
|
|
"quantity_required" => "Quantity is a required field. Please close (X) to cancel.",
|
|
"remaining_balance" => "Gift Card {0} remaining value is {1}!",
|
|
"reorder_level" => "Reorder Level",
|
|
"retrive_giftcard_info" => "Retrieve Gift Card Info",
|
|
"sales_tax_1" => "Sales Tax",
|
|
"sales_tax_2" => "Sales Tax 2",
|
|
"serialized_giftcards" => "Serialized Gift Cards",
|
|
"successful_adding" => "You have successfully added Gift Card",
|
|
"successful_bulk_edit" => "You have successfully updated the selected Gift Card(s)",
|
|
"successful_deleted" => "You have successfully deleted",
|
|
"successful_updating" => "You have successfully updated Gift Card",
|
|
"supplier" => "Supplier",
|
|
"tax_1" => "Tax 1",
|
|
"tax_2" => "Tax 2",
|
|
"tax_percent" => "Tax Percent",
|
|
"tax_percents" => "Tax Percent(s)",
|
|
"unit_price" => "Retail Value",
|
|
"upc_database" => "Barcode Database",
|
|
"update" => "Update Gift Card",
|
|
"use_inventory_menu" => "Use Inventory Menu",
|
|
"value" => "Gift Card Value must be a number.",
|
|
"value_required" => "Gift Card Value is a required field.",
|
|
];
|