![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/Corals/modules/Utility/resources/lang/en/ |
<?php return [ 'rating' => [ 'success' => [ 'add' => 'Your review has been added successfully', 'add_with_pending' => 'Your review has been added successfully, Please wait for admin approval', 'status_update' => 'Review status has been update successfully' ], ], 'comment' => [ 'success' => [ 'add' => 'Your comment has been added successfully', 'add_with_pending' => 'Your comment has been added successfully, Please wait for admin approval', 'status_update' => 'Comment status has been update successfully' ], ], 'subscription' => [ 'success' => 'You have been subscribed successfully' ], 'wishlist' => [ 'require_login' => 'You have to login to be able to add :item to wishlist', 'success' => [ 'add' => ':item has been added to wishlist successfully', 'delete' => ':item has been removed from wishlist successfully', ], ], 'gallery' => [ 'success' => [ 'upload' => 'Image has been uploaded Successfully', ] ], 'invite_friends' => [ 'success' => [ 'invitation_sent' => 'Invitation has been sent successfully', ] ], 'webhook' => [ 'processed' => 'Webhook has been processed successfully', 'bulk_processed' => ':processed_count webhooks have been processed. :failed_count webhooks were failed', 'event_submitted_successfully' => 'Event :name has been submitted successfully.', ], ];