Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Authentication Language Lines * The following language lines are used during..
Decoded Output download
<?php
/**
* Authentication Language Lines
* The following language lines are used during authentication for various
* messages that we need to display to the user.
*/
return [
'failed' => 'Ovi pristupni podaci se ne slau sa naom evidencijom.',
'throttle' => 'Preveliki broj pokuaja prijave. Molimo vas da pokuate ponovo za :seconds sekundi.',
// Login & Register
'sign_up' => 'Registruj se',
'log_in' => 'Prijavi se',
'log_in_with' => 'Prijavi se sa :socialDriver',
'sign_up_with' => 'Registruj se sa :socialDriver',
'logout' => 'Odjavi se',
'name' => 'Ime',
'username' => 'Korisniko ime',
'email' => 'E-mail',
'password' => 'Lozinka',
'password_confirm' => 'Potvrdi lozinku',
'password_hint' => 'Must be at least 8 characters',
'forgot_password' => 'Zaboravljena lozinka?',
'remember_me' => 'Zapamti me',
'ldap_email_hint' => 'Unesite e-mail koji e se koristiti za ovaj raun.',
'create_account' => 'Napravi raun',
'already_have_account' => 'Ve imate raun?',
'dont_have_account' => 'Nemate korisniki raun?',
'social_login' => 'Prijava preko drutvene mree',
'social_registration' => 'Registracija pomou drutvene mree',
'social_registration_text' => 'Registruj i prijavi se koristei drugi servis.',
'register_thanks' => 'Hvala na registraciji!',
'register_confirm' => 'Provjerite vau e-mail adresu i pritisnite dugme za potvrdu da bi dobili pristup :appName.',
'registrations_disabled' => 'Registracije su trenutno onemoguene',
'registration_email_domain_invalid' => 'Ta e-mail domena nema pristup ovoj aplikaciji',
'register_success' => 'Hvala na registraciji! Sada ste registrovani i prijavljeni.',
// Login auto-initiation
'auto_init_starting' => 'Attempting Login',
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
'auto_init_start_link' => 'Proceed with authentication',
// Password Reset
'reset_password' => 'Resetuj Lozinku',
'reset_password_send_instructions' => 'Unesite vau e-mail adresu ispod i na nju emo vam poslati e-mail sa linkom za promjenu lozinke.',
'reset_password_send_button' => 'Poalji link za promjenu',
'reset_password_sent' => 'Link za promjenu lozinke e biti poslan na :email ako ta adresa postoji u sistemu.',
'reset_password_success' => 'Vaa lozinka je uspjeno promijenjena.',
'email_reset_subject' => 'Resetujte vau lozinku od :appName',
'email_reset_text' => 'Primate ovaj e-mail jer smo dobili zahtjev za promjenu lozinke za va raun.',
'email_reset_not_requested' => 'Ako niste zahtijevali promjenu lozinke ne trebate nita vie uraditi.',
// Email Confirmation
'email_confirm_subject' => 'Potvrdite va e-mail na :appName',
'email_confirm_greeting' => 'Hvala na pristupanju :appName!',
'email_confirm_text' => 'Potvrdite vau e-mail adresu pritiskom na dugme ispod:',
'email_confirm_action' => 'Potvrdi e-mail',
'email_confirm_send_error' => 'Potvrda e-maila je obavezna ali sistem nije mogao poslati e-mail. Kontaktirajte administratora da biste bili sigurni da je e-mail postavljen ispravno.',
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
'email_confirm_resent' => 'E-mail za potvrdu je ponovno poslan. Provjerite va e-mail.',
'email_confirm_thanks' => 'Thanks for confirming!',
'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.',
'email_not_confirmed' => 'E-mail adresa nije potvrena',
'email_not_confirmed_text' => 'Vaa e-mail adresa nije jo potvrena.',
'email_not_confirmed_click_link' => 'Kliknite na link u e-mailu koji vam je poslan nakon to ste se registrovali.',
'email_not_confirmed_resend' => 'Ako ne moete nai e-mail moete ponovno poslati e-mail za potvrdu tako to ete ispuniti formu ispod.',
'email_not_confirmed_resend_button' => 'Ponovno poalji e-mail za potvrdu',
// User Invite
'user_invite_email_subject' => 'Pozvani ste da se pridruite :appName!',
'user_invite_email_greeting' => 'Raun je napravljen za vas na :appName.',
'user_invite_email_text' => 'Pritisnite dugme ispod da niste postavili lozinku vaeg rauna i tako dobili pristup:',
'user_invite_email_action' => 'Postavi lozinku rauna',
'user_invite_page_welcome' => 'Dobrodoli na :appName!',
'user_invite_page_text' => 'Da biste zavrili va raun i dobili pristup morate postaviti lozinku koju ete koristiti da se prijavite na :appName tokom buduih posjeta.',
'user_invite_page_confirm_button' => 'Potvrdi lozinku',
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
// Multi-factor Authentication
'mfa_setup' => 'Setup Multi-Factor Authentication',
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
'mfa_setup_configured' => 'Already configured',
'mfa_setup_reconfigure' => 'Reconfigure',
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
'mfa_setup_action' => 'Setup',
'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.',
'mfa_option_totp_title' => 'Mobile App',
'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.',
'mfa_option_backup_codes_title' => 'Backup Codes',
'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.',
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
'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.',
'mfa_gen_backup_codes_download' => 'Download Codes',
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
'mfa_gen_totp_title' => 'Mobile App Setup',
'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.',
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
'mfa_gen_totp_verify_setup' => 'Verify Setup',
'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:',
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
'mfa_verify_access' => 'Verify Access',
'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.',
'mfa_verify_no_methods' => 'No Methods Configured',
'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.',
'mfa_verify_use_totp' => 'Verify using a mobile app',
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
'mfa_verify_backup_code' => 'Backup Code',
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
];
?>
Did this file decode correctly?
Original Code
<?php
/**
* Authentication Language Lines
* The following language lines are used during authentication for various
* messages that we need to display to the user.
*/
return [
'failed' => 'Ovi pristupni podaci se ne slau sa naom evidencijom.',
'throttle' => 'Preveliki broj pokuaja prijave. Molimo vas da pokuate ponovo za :seconds sekundi.',
// Login & Register
'sign_up' => 'Registruj se',
'log_in' => 'Prijavi se',
'log_in_with' => 'Prijavi se sa :socialDriver',
'sign_up_with' => 'Registruj se sa :socialDriver',
'logout' => 'Odjavi se',
'name' => 'Ime',
'username' => 'Korisniko ime',
'email' => 'E-mail',
'password' => 'Lozinka',
'password_confirm' => 'Potvrdi lozinku',
'password_hint' => 'Must be at least 8 characters',
'forgot_password' => 'Zaboravljena lozinka?',
'remember_me' => 'Zapamti me',
'ldap_email_hint' => 'Unesite e-mail koji e se koristiti za ovaj raun.',
'create_account' => 'Napravi raun',
'already_have_account' => 'Ve imate raun?',
'dont_have_account' => 'Nemate korisniki raun?',
'social_login' => 'Prijava preko drutvene mree',
'social_registration' => 'Registracija pomou drutvene mree',
'social_registration_text' => 'Registruj i prijavi se koristei drugi servis.',
'register_thanks' => 'Hvala na registraciji!',
'register_confirm' => 'Provjerite vau e-mail adresu i pritisnite dugme za potvrdu da bi dobili pristup :appName.',
'registrations_disabled' => 'Registracije su trenutno onemoguene',
'registration_email_domain_invalid' => 'Ta e-mail domena nema pristup ovoj aplikaciji',
'register_success' => 'Hvala na registraciji! Sada ste registrovani i prijavljeni.',
// Login auto-initiation
'auto_init_starting' => 'Attempting Login',
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
'auto_init_start_link' => 'Proceed with authentication',
// Password Reset
'reset_password' => 'Resetuj Lozinku',
'reset_password_send_instructions' => 'Unesite vau e-mail adresu ispod i na nju emo vam poslati e-mail sa linkom za promjenu lozinke.',
'reset_password_send_button' => 'Poalji link za promjenu',
'reset_password_sent' => 'Link za promjenu lozinke e biti poslan na :email ako ta adresa postoji u sistemu.',
'reset_password_success' => 'Vaa lozinka je uspjeno promijenjena.',
'email_reset_subject' => 'Resetujte vau lozinku od :appName',
'email_reset_text' => 'Primate ovaj e-mail jer smo dobili zahtjev za promjenu lozinke za va raun.',
'email_reset_not_requested' => 'Ako niste zahtijevali promjenu lozinke ne trebate nita vie uraditi.',
// Email Confirmation
'email_confirm_subject' => 'Potvrdite va e-mail na :appName',
'email_confirm_greeting' => 'Hvala na pristupanju :appName!',
'email_confirm_text' => 'Potvrdite vau e-mail adresu pritiskom na dugme ispod:',
'email_confirm_action' => 'Potvrdi e-mail',
'email_confirm_send_error' => 'Potvrda e-maila je obavezna ali sistem nije mogao poslati e-mail. Kontaktirajte administratora da biste bili sigurni da je e-mail postavljen ispravno.',
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
'email_confirm_resent' => 'E-mail za potvrdu je ponovno poslan. Provjerite va e-mail.',
'email_confirm_thanks' => 'Thanks for confirming!',
'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.',
'email_not_confirmed' => 'E-mail adresa nije potvrena',
'email_not_confirmed_text' => 'Vaa e-mail adresa nije jo potvrena.',
'email_not_confirmed_click_link' => 'Kliknite na link u e-mailu koji vam je poslan nakon to ste se registrovali.',
'email_not_confirmed_resend' => 'Ako ne moete nai e-mail moete ponovno poslati e-mail za potvrdu tako to ete ispuniti formu ispod.',
'email_not_confirmed_resend_button' => 'Ponovno poalji e-mail za potvrdu',
// User Invite
'user_invite_email_subject' => 'Pozvani ste da se pridruite :appName!',
'user_invite_email_greeting' => 'Raun je napravljen za vas na :appName.',
'user_invite_email_text' => 'Pritisnite dugme ispod da niste postavili lozinku vaeg rauna i tako dobili pristup:',
'user_invite_email_action' => 'Postavi lozinku rauna',
'user_invite_page_welcome' => 'Dobrodoli na :appName!',
'user_invite_page_text' => 'Da biste zavrili va raun i dobili pristup morate postaviti lozinku koju ete koristiti da se prijavite na :appName tokom buduih posjeta.',
'user_invite_page_confirm_button' => 'Potvrdi lozinku',
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
// Multi-factor Authentication
'mfa_setup' => 'Setup Multi-Factor Authentication',
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
'mfa_setup_configured' => 'Already configured',
'mfa_setup_reconfigure' => 'Reconfigure',
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
'mfa_setup_action' => 'Setup',
'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.',
'mfa_option_totp_title' => 'Mobile App',
'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.',
'mfa_option_backup_codes_title' => 'Backup Codes',
'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.',
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
'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.',
'mfa_gen_backup_codes_download' => 'Download Codes',
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
'mfa_gen_totp_title' => 'Mobile App Setup',
'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.',
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
'mfa_gen_totp_verify_setup' => 'Verify Setup',
'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:',
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
'mfa_verify_access' => 'Verify Access',
'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.',
'mfa_verify_no_methods' => 'No Methods Configured',
'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.',
'mfa_verify_use_totp' => 'Verify using a mobile app',
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
'mfa_verify_backup_code' => 'Backup Code',
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
];
Function Calls
None |
Stats
MD5 | 3740dbf23e65b6deaf37426575bbf35f |
Eval Count | 0 |
Decode Time | 83 ms |