<?php
return [
'can_login' => 'Možete se prijaviti?',
'user_created' => 'Korisnik kreiran',
'error' => [
'email' => 'Email već postoji.',
],
];