email-verification-prompt.php 756B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. return [
  3. 'title' => 'E-mailadres verifiëren',
  4. 'heading' => 'E-mailadres verifiëren',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Opnieuw verzenden',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Geen e-mail ontvangen?',
  12. 'notification_sent' => 'We hebben een e-mail gestuurd naar :email met instructies om je e-mailadres te verifiëren.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'E-mail opnieuw verzonden.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'Te veel verzendpogingen',
  20. 'body' => 'Probeer het opnieuw over :seconds seconden.',
  21. ],
  22. ],
  23. ];