3 * Authentication Language Lines
4 * The following language lines are used during authentication for various
5 * messages that we need to display to the user.
9 'failed' => 'Ove vjerodajnice ne podudaraju se s našim zapisima.',
10 'throttle' => 'Previše pokušaja prijave. Molimo vas da pokušate za :seconds sekundi.',
13 'sign_up' => 'Registrirajte se',
14 'log_in' => 'Prijavite se',
15 'log_in_with' => 'Prijavite se sa :socialDriver',
16 'sign_up_with' => 'Registrirajte se sa :socialDriver',
17 'logout' => 'Odjavite se',
20 'username' => 'Korisničko ime',
22 'password' => 'Lozinka',
23 'password_confirm' => 'Potvrdite lozinku',
24 'password_hint' => 'Must be at least 8 characters',
25 'forgot_password' => 'Zaboravili ste lozinku?',
26 'remember_me' => 'Zapamti me',
27 'ldap_email_hint' => 'Molimo upišite mail korišten za ovaj račun.',
28 'create_account' => 'Stvori račun',
29 'already_have_account' => 'Imate li već račun?',
30 'dont_have_account' => 'Nemate račun?',
31 'social_login' => 'Social Login',
32 'social_registration' => 'Social Registration',
33 'social_registration_text' => 'Prijavite se putem drugih servisa.',
35 'register_thanks' => 'Zahvaljujemo na registraciji!',
36 'register_confirm' => 'Molimo, provjerite svoj email i kliknite gumb za potvrdu pristupa :appName.',
37 'registrations_disabled' => 'Registracije su trenutno onemogućene',
38 'registration_email_domain_invalid' => 'Ova e-mail adresa se ne može koristiti u ovoj aplikaciji',
39 'register_success' => 'Hvala na prijavi! Sada ste registrirani i prijavljeni.',
42 'reset_password' => 'Promijenite lozinku',
43 'reset_password_send_instructions' => 'Upišite svoju e-mail adresu kako biste primili poveznicu za promjenu lozinke.',
44 'reset_password_send_button' => 'Pošalji poveznicu za promjenu lozinke',
45 'reset_password_sent' => 'Poveznica za promjenu lozinke poslat će se na :email adresu ako je u našem sustavu.',
46 'reset_password_success' => 'Vaša lozinka je uspješno promijenjena.',
47 'email_reset_subject' => 'Promijenite svoju :appName lozinku',
48 'email_reset_text' => 'Primili ste ovu poruku jer je zatražena promjena lozinke za vaš račun.',
49 'email_reset_not_requested' => 'Ako niste tražili promjenu lozinke slobodno zanemarite ovu poruku.',
52 'email_confirm_subject' => 'Potvrdite svoju e-mail adresu na :appName',
53 'email_confirm_greeting' => 'Hvala na prijavi :appName!',
54 'email_confirm_text' => 'Molimo potvrdite svoju e-mail adresu klikom na donji gumb.',
55 'email_confirm_action' => 'Potvrdi Email',
56 'email_confirm_send_error' => 'Potvrda e-mail adrese je obavezna, ali sustav ne može poslati e-mail. Javite se administratoru kako bi provjerio vaš e-mail.',
57 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
58 'email_confirm_resent' => 'Ponovno je poslana potvrda. Molimo, provjerite svoj inbox.',
60 'email_not_confirmed' => 'E-mail adresa nije potvrđena.',
61 'email_not_confirmed_text' => 'Vaša e-mail adresa još nije potvrđena.',
62 'email_not_confirmed_click_link' => 'Molimo, kliknite na poveznicu koju ste primili kratko nakon registracije.',
63 'email_not_confirmed_resend' => 'Ako ne možete pronaći e-mail za postavljanje lozinke možete ga zatražiti ponovno ispunjavanjem ovog obrasca.',
64 'email_not_confirmed_resend_button' => 'Ponovno pošalji e-mail potvrde',
67 'user_invite_email_subject' => 'Pozvani ste pridružiti se :appName!',
68 'user_invite_email_greeting' => 'Vaš račun je kreiran za vas na :appName',
69 'user_invite_email_text' => 'Kliknite ispod da biste postavili račun i dobili pristup.',
70 'user_invite_email_action' => 'Postavite lozinku',
71 'user_invite_page_welcome' => 'Dobrodošli u :appName!',
72 'user_invite_page_text' => 'Da biste postavili račun i dobili pristup trebate unijeti lozinku kojom ćete se ubuduće prijaviti na :appName.',
73 'user_invite_page_confirm_button' => 'Potvrdite lozinku',
74 'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
76 // Multi-factor Authentication
77 'mfa_setup' => 'Setup Multi-Factor Authentication',
78 'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
79 'mfa_setup_configured' => 'Already configured',
80 'mfa_setup_reconfigure' => 'Reconfigure',
81 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
82 'mfa_setup_action' => 'Setup',
83 'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
84 'mfa_option_totp_title' => 'Mobile App',
85 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
86 'mfa_option_backup_codes_title' => 'Backup Codes',
87 'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
88 'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
89 'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
90 'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
91 'mfa_gen_backup_codes_download' => 'Download Codes',
92 'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
93 'mfa_gen_totp_title' => 'Mobile App Setup',
94 'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
95 'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
96 'mfa_gen_totp_verify_setup' => 'Verify Setup',
97 'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
98 'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
99 'mfa_verify_access' => 'Verify Access',
100 'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
101 'mfa_verify_no_methods' => 'No Methods Configured',
102 'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
103 'mfa_verify_use_totp' => 'Verify using a mobile app',
104 'mfa_verify_use_backup_codes' => 'Verify using a backup code',
105 'mfa_verify_backup_code' => 'Backup Code',
106 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
107 'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
108 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
109 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',