diff --git a/application/language/tl/item_kits_lang.php b/application/language/tl/item_kits_lang.php index 0d002372d..b8fcd562b 100644 --- a/application/language/tl/item_kits_lang.php +++ b/application/language/tl/item_kits_lang.php @@ -2,8 +2,8 @@ $lang["item_kits_add_item"] = "Add Item"; $lang["item_kits_all"] = "All"; $lang["item_kits_cannot_be_deleted"] = "Item Kit(s) delete failed."; -$lang["item_kits_confirm_delete"] = "Are you sure you want to delete the selected Item Kit(s)?"; -$lang["item_kits_confirm_restore"] = "Are you sure you want to restore selected Item Kit(s)?"; +$lang["item_kits_confirm_delete"] = "Are you sure you want to restore the selected attribute(s)?"; +$lang["item_kits_confirm_restore"] = "Are you sure you want to restore selected entry(s)?"; $lang["item_kits_description"] = "Item Kit Description"; $lang["item_kits_discount"] = "Discount"; $lang["item_kits_discount_fixed"] = "Fixed Discount"; @@ -20,15 +20,15 @@ $lang["item_kits_kit_and_stock"] = "Kit and Stock"; $lang["item_kits_kit_only"] = "Kit Only"; $lang["item_kits_name"] = "Item Kit Name"; $lang["item_kits_new"] = "New Item Kit"; -$lang["item_kits_no_item_kits_to_display"] = "No Item Kits to display."; +$lang["item_kits_no_item_kits_to_display"] = "No Items to display."; $lang["item_kits_none_selected"] = "You have not selected any Item Kits."; $lang["item_kits_one_or_multiple"] = "Item Kit(s)"; -$lang["item_kits_price_option"] = "Price Option"; +$lang["item_kits_price_option"] = "Print Option"; $lang["item_kits_priced_only"] = "Priced Only"; -$lang["item_kits_print_option"] = "Print Option"; +$lang["item_kits_print_option"] = "Price Option"; $lang["item_kits_quantity"] = "Quantity"; $lang["item_kits_sequence"] = "Sequence"; -$lang["item_kits_successful_adding"] = "You have successfully added Item Kit"; +$lang["item_kits_successful_adding"] = "You have successfully updated Item Kit"; $lang["item_kits_successful_deleted"] = "You have successfully deleted"; -$lang["item_kits_successful_updating"] = "You have successfully updated Item Kit"; +$lang["item_kits_successful_updating"] = "You have successfully added Item Kit"; $lang["item_kits_update"] = "Update Item Kit";