<?php $lang['sales_register']='Sales Register'; $lang['sales_mode']='Register Mode'; $lang['sales_new_item'] = 'New Item'; $lang['sales_item_name'] = 'Item Name'; $lang['sales_item_number'] = 'Item #'; $lang['sales_new_customer'] = 'New Customer'; $lang['sales_customer'] = 'Customer'; $lang['sales_no_items_in_cart']='There are no items in the cart'; $lang['sales_total']='Total'; $lang['sales_tax_percent']='Tax %'; $lang['sales_price']='Price'; $lang['sales_quantity']='Qty.'; $lang['sales_discount']='Disc %'; $lang['sales_edit']='Edit'; $lang['sales_payment']='Payment Type'; $lang['sales_edit_item']='Edit Item'; $lang['sales_find_or_scan_item']='Find/Scan Item'; $lang['sales_find_or_scan_item_or_receipt']='Find/Scan Item OR Receipt'; $lang['sales_select_customer']='Select Customer (Optional)'; $lang['sales_start_typing_item_name']='Start Typing item\'s name or scan barcode...'; $lang['sales_start_typing_customer_name']='Start Typing customer\'s name...'; $lang['sales_sub_total']='Sub Total'; $lang['sales_tax']='Tax'; $lang['sales_comment']='Comment'; $lang['sales_unable_to_add_item']='Unable to add item to sale'; $lang['sales_sale_for_customer']='Customer:'; $lang['sales_remove_customer']='Remove Customer'; $lang['sales_error_editing_item']='Error editing item'; $lang['sales_complete_sale']='Complete Sale'; $lang['sales_cancel_sale']='Cancel Sale'; $lang['sales_add_payment']='Add Payment'; $lang['sales_receipt']='Sales Receipt'; $lang['sales_id']='Sale ID'; $lang['sales_sale']='Sale'; $lang['sales_return']='Return'; $lang['sales_confirm_finish_sale'] = 'Are you sure you want to submit this sale? This cannot be undone.'; $lang['sales_confirm_cancel_sale'] = 'Are you sure you want to clear this sale? All items will cleared.'; $lang['sales_cash'] = 'Cash'; $lang['sales_check'] = 'Check'; $lang['sales_debit'] = 'Debit Card'; $lang['sales_credit'] = 'Credit Card'; $lang['sales_amount_tendered'] = 'Amount Tendered'; $lang['sales_change_due'] = 'Change Due'; $lang['sales_payment_not_cover_total'] = 'Payment Amount does not cover Total'; $lang['sales_transaction_failed'] = 'Sales Transaction Failed'; $lang['sales_must_enter_numeric'] = 'Must enter numeric value for amount tendered'; $lang['sales_serial'] = 'Serial'; $lang['sales_description_abbrv'] = 'Desc'; $lang['sales_item_out_of_stock'] = 'Item is Out of Stock'; $lang['sales_item_insufficient_of_stock'] = 'Item is Insufficient of Stock'; $lang['sales_quantity_less_than_zero'] = 'Warning, Desired Quantity is Insufficient. You can still process the sale, but check your inventory'; ?>