diff --git a/application/language/tl/items_lang.php b/application/language/tl/items_lang.php index e95f50eac..fe9286bb4 100644 --- a/application/language/tl/items_lang.php +++ b/application/language/tl/items_lang.php @@ -4,22 +4,22 @@ $lang["items_allow_alt_description"] = "Allow Alternate Description"; $lang["items_amount_entry"] = "Amount Entry"; $lang["items_bulk_edit"] = "Bulk Edit"; $lang["items_buy_price_required"] = "Purchase Price is a required field."; -$lang["items_cannot_be_deleted"] = "Could not delete selected Item(s), one or more of the selected Items have sales."; +$lang["items_cannot_be_deleted"] = "Could not delete selected customers, one or more of the selected customers has sales."; $lang["items_cannot_find_item"] = "Item not found."; $lang["items_category"] = "Category"; -$lang["items_category_required"] = "Category is a required field."; -$lang["items_change_all_to_allow_alt_desc"] = "Allow Alternate Description for all."; -$lang["items_change_all_to_not_allow_allow_desc"] = "Do not allow Alternate Description for all."; -$lang["items_change_all_to_serialized"] = "Change all to Serialized"; -$lang["items_change_all_to_unserialized"] = "Change all to Unserialized"; +$lang["items_category_required"] = "category is a required field"; +$lang["items_change_all_to_allow_alt_desc"] = "Allow alternate description for all."; +$lang["items_change_all_to_not_allow_allow_desc"] = "Do not allow alternate description for all."; +$lang["items_change_all_to_serialized"] = "Change All To Serialized"; +$lang["items_change_all_to_unserialized"] = "Change All To Unserialized"; $lang["items_change_image"] = "Change Image"; -$lang["items_confirm_bulk_edit"] = "Are you sure you want to edit selected Item(s)?"; +$lang["items_confirm_bulk_edit"] = "Are you sure you want to delete selected entry(s)?"; $lang["items_confirm_bulk_edit_wipe_taxes"] = "All Item Tax information will be replaced."; -$lang["items_confirm_delete"] = "Are you sure you want to delete selected item(s)?"; -$lang["items_confirm_restore"] = "Are you sure you want to restore selected item(s)?"; +$lang["items_confirm_delete"] = "Are you sure you want to delete selected entry(s)?"; +$lang["items_confirm_restore"] = "Are you sure you want to restore selected entry(s)?"; $lang["items_cost_price"] = "Wholesale Price"; $lang["items_cost_price_number"] = "Wholesale Price must be a number."; -$lang["items_cost_price_required"] = "Wholesale Price is a required field."; +$lang["items_cost_price_required"] = "Purchase Price is a required field."; $lang["items_count"] = "Update Inventory"; $lang["items_current_quantity"] = "Current Quantity"; $lang["items_default_pack_name"] = "Each"; @@ -33,7 +33,7 @@ $lang["items_error_adding_updating"] = "Error adding/updating item"; $lang["items_error_updating_multiple"] = "Error updating items"; $lang["items_excel_import_failed"] = "Excel import failed"; $lang["items_excel_import_nodata_wrongformat"] = "The uploaded file has no data or is formatted incorrectly."; -$lang["items_excel_import_partially_failed"] = "Item import successful with some failures:"; +$lang["items_excel_import_partially_failed"] = "Customer import successful with some failures:"; $lang["items_excel_import_success"] = "Item import successful."; $lang["items_generate_barcodes"] = "Generate Barcodes"; $lang["items_hsn_code"] = "Harmonized System Nomenclature"; @@ -51,14 +51,14 @@ $lang["items_is_deleted"] = "Deleted"; $lang["items_is_serialized"] = "Item has Serial Number"; $lang["items_item"] = "Item"; $lang["items_item_number"] = "Barcode"; -$lang["items_item_number_duplicate"] = "Item Number is already present in the database."; +$lang["items_item_number_duplicate"] = "Account Number is already present in the database."; $lang["items_kit"] = "Kit"; $lang["items_location"] = "Location"; $lang["items_low_inventory_items"] = "Out Of Stock Items"; $lang["items_low_sell_item"] = "Low sell item"; $lang["items_manually_editing_of_quantity"] = "Manual Edit of Quantity"; $lang["items_name"] = "Item Name"; -$lang["items_name_required"] = "Item Name is a required field."; +$lang["items_name_required"] = "First Name is a required field."; $lang["items_new"] = "New Item"; $lang["items_no_description_items"] = "No Description Items"; $lang["items_no_items_to_display"] = "No Items to display."; @@ -66,7 +66,7 @@ $lang["items_none"] = "None"; $lang["items_none_selected"] = "You have not selected any Item(s) to edit"; $lang["items_nonstock"] = "Non-stocked"; $lang["items_number_information"] = "Item Number"; -$lang["items_number_required"] = "Barcode is a required field."; +$lang["items_number_required"] = "Table is a required field."; $lang["items_one_or_multiple"] = "item(s)"; $lang["items_pack_name"] = "Pack Name"; $lang["items_qty_per_pack"] = "Quantity per pack"; @@ -89,9 +89,9 @@ $lang["items_stock"] = "Stock"; $lang["items_stock_location"] = "Stock location"; $lang["items_stock_type"] = "Stock Type"; $lang["items_successful_adding"] = "You have successfully added item"; -$lang["items_successful_bulk_edit"] = "You have successfully updated the selected item(s)"; +$lang["items_successful_bulk_edit"] = "You have successfully updated the selected Gift Card(s)"; $lang["items_successful_deleted"] = "You have successfully deleted"; -$lang["items_successful_updating"] = "You have successfully updated item"; +$lang["items_successful_updating"] = "You have successfully added item"; $lang["items_supplier"] = "Supplier"; $lang["items_tax_1"] = "Tax 1"; $lang["items_tax_2"] = "Tax 2"; @@ -104,7 +104,7 @@ $lang["items_temp"] = "Temporary"; $lang["items_type"] = "Item Type"; $lang["items_unit_price"] = "Retail Price"; $lang["items_unit_price_number"] = "Unit price must be a number."; -$lang["items_unit_price_required"] = "Retail Price is a required field."; +$lang["items_unit_price_required"] = "Purchase Price is a required field."; $lang["items_upc_database"] = "Barcode Database"; $lang["items_update"] = "Update Item"; $lang["items_use_inventory_menu"] = "Use Inventory Menu";