email-verification-prompt.php 780B

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'title' => 'Potvrdite svoju email adresu',
  4. 'heading' => 'Potvrdite svoju email adresu',
  5. 'actions' => [
  6. 'resend_notification' => [
  7. 'label' => 'Ponovo pošalji',
  8. ],
  9. ],
  10. 'messages' => [
  11. 'notification_not_received' => 'Niste primili email koji smo poslali?',
  12. 'notification_sent' => 'Poslali smo email na :email s uputama o tome kako potvrditi svoju email adresu.',
  13. ],
  14. 'notifications' => [
  15. 'notification_resent' => [
  16. 'title' => 'Ponovno smo poslali email.',
  17. ],
  18. 'notification_resend_throttled' => [
  19. 'title' => 'Previše pokušaja ponovnog slanja',
  20. 'body' => 'Molim pokušajte ponovno za :seconds sekundi.',
  21. ],
  22. ],
  23. ];