17 lines
671 B
PHP
Executable File
17 lines
671 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'wishlist' => [
|
|
'success' => 'Item Successfully Added To Wishlist',
|
|
'failure' => 'Item Cannot Be Added To Wishlist',
|
|
'already' => 'Item Already Present In Your Wishlist',
|
|
'removed' => 'Item Successfully Removed From Wishlist',
|
|
'remove-fail' => 'Item Cannot Be Removed From Wishlist',
|
|
'empty' => 'You Don\'t Have Any Items In Your Wishlist',
|
|
'select-options' => 'Need To Select Options Before Adding To Wishlist',
|
|
'remove-all-success' => 'All The Items From Your Wishlist Have Been Removed',
|
|
],
|
|
'reviews' => [
|
|
'empty' => 'You have not reviewed any of product yet'
|
|
]
|
|
]; |