| 1234567891011121314151617181920 |
- <?php
- return [
- 'welcome' => 'Welcome to our application',
- 'created' => 'Created successfully',
- 'updated' => 'Updated successfully',
- 'deleted' => 'Deleted successfully',
- 'email_sent' => 'Email sent successfully',
- 'email_not_sent' => 'Email not sent',
- 'imported' => 'Imported successfully',
- 'import_error' => 'Error importing',
- 'buyer_not_allowed' => 'Buyer not allowed',
- 'code_sent' => 'Verification code sent successfully',
- 'user_not_found_or_code_not_validated' => 'User not found or invalid code.',
- 'provider_approved' => 'Provider approved successfully.',
- 'provider_rejected' => 'Provider rejected.',
- 'payment_confirmed' => 'Payment confirmed.',
- 'payment_pending_confirmation' => 'Payment created and awaiting confirmation.',
- 'payment_not_confirmed' => 'Payment not confirmed.',
- ];
|