email-verification-prompt.php 779B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'Bekreft din e-postadresse',
  4. 'heading' => 'Bekreft din e-postadresse',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Send på nytt',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Ikke mottatt e-posten vi sendte?',
  12. 'notification_sent' => 'Vi har sendt e-post til :email med informasjon om hvordan du bekrefter din e-postadresse.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'Vi har sendt e-post på nytt.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'For mange forsøk på nye sendinger',
  20. 'body' => 'Vennligst prøv igjen om :seconds sekunder.',
  21. ],
  22. ],
  23. ];