123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. return [
  3. 'title' => 'Login',
  4. 'heading' => 'Prijavite se na svoj račun',
  5. 'form' => [
  6. 'email' => [
  7. 'label' => 'E-mail adresa',
  8. ],
  9. 'password' => [
  10. 'label' => 'Šifra',
  11. ],
  12. 'remember' => [
  13. 'label' => 'Zapamti me',
  14. ],
  15. 'actions' => [
  16. 'authenticate' => [
  17. 'label' => 'Prijavite se',
  18. ],
  19. ],
  20. ],
  21. 'messages' => [
  22. 'failed' => 'Vaša kombinacija se ne poklapa sa našom evidencijom.',
  23. ],
  24. 'notifications' => [
  25. 'throttled' => [
  26. 'title' => 'Previše pokušaja prijave. Pokušajte ponovo za :seconds sekundi.',
  27. ],
  28. ],
  29. ];