diff --git a/packages/Webkul/Shop/src/Resources/lang/en/app.php b/packages/Webkul/Shop/src/Resources/lang/en/app.php index 8ad6b7a42..06223683c 100755 --- a/packages/Webkul/Shop/src/Resources/lang/en/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/en/app.php @@ -160,7 +160,7 @@ return [ 'not-activated' => 'Your activation seeks admin approval', 'resend-verification' => 'Resend verification mail again', 'show-password' => 'Show Password', - + ], 'forgot-password' => [ @@ -499,6 +499,7 @@ return [ 'empty' => 'Your shopping cart is empty', 'update-cart' => 'Update Cart', 'continue-shopping' => 'Continue Shopping', + 'remove-all-items' => 'Remove all items', 'continue-registration' => 'Continue Registration', 'proceed-to-checkout' => 'Proceed To Checkout', 'remove' => 'Remove', @@ -518,6 +519,7 @@ return [ 'error_remove' => 'No items to remove from the cart.', 'success' => 'Item is successfully added to cart.', 'success-remove' => 'Item is successfully removed from the cart.', + 'success-all-remove' => 'All items is successfully removed from the cart.', 'error-add' => 'Item cannot be added to cart, please try again later.', 'inactive' => 'An item is inactive and was removed from cart.', 'inactive-add' => 'Inactive item cannot be added to cart.', diff --git a/packages/Webkul/Shop/src/Resources/lang/it/app.php b/packages/Webkul/Shop/src/Resources/lang/it/app.php index fd8a592f3..f3c2cbf87 100644 --- a/packages/Webkul/Shop/src/Resources/lang/it/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/it/app.php @@ -497,6 +497,7 @@ return [ 'empty' => 'Il tuo carrello è ancora vuoto', 'update-cart' => 'Aggiorna Carrello', 'continue-shopping' => 'Continua con i tuoi acquisti', + 'remove-all-items' => 'Rimuovi tutti i prodotti', 'continue-registration' => 'Continua la registrazione', 'proceed-to-checkout' => 'Procedi alla Cassa', 'remove' => 'Rimuovi', @@ -517,6 +518,7 @@ return [ 'error_remove' => 'Nessun prodotto da rimuovere nel carrello.', 'success' => 'Prodotto aggiunto al carrello.', 'success-remove' => 'Prodotto rimosso dal carrello.', + 'success-all-remove' => 'Tutti i prodotti sono rimossi dal carrello', 'error-add' => 'Il prodotto non può essere aggiunto al carrello, prova ancora.', 'inactive' => 'An item is inactive and was removed from cart.', 'inactive-add' => 'Inactive item cannot be added to cart.',