email-verification-prompt.php 757B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'Bekræft din e-mail',
  4. 'heading' => 'Bekræft din e-mail',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Gensend',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Har ikke modtaget den e-mail, vi sendte?',
  12. 'notification_sent' => 'Vi har sendt en e-mail til :email med instruktioner om, hvordan du verificerer din e-mail.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'Vi har sendt e-mailen igen.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'For mange forsøg på at sende igen',
  20. 'body' => 'Prøv igen om :seconds sekunder.',
  21. ],
  22. ],
  23. ];