X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9382d647d7fece41490e03eab8ad60e5e1ed9ab5..refs/pull/3994/head:/resources/lang/hr/errors.php diff --git a/resources/lang/hr/errors.php b/resources/lang/hr/errors.php index 841e7a0e5..81fadbb50 100644 --- a/resources/lang/hr/errors.php +++ b/resources/lang/hr/errors.php @@ -23,7 +23,12 @@ return [ 'saml_no_email_address' => 'Nismo pronašli email adresu za ovog korisnika u vanjskim sustavima', 'saml_invalid_response_id' => 'Sustav za autentifikaciju nije prepoznat. Ovaj problem možda je nastao zbog vraćanja nakon prijave.', 'saml_fail_authed' => 'Prijava pomoću :system nije uspjela zbog neuspješne autorizacije', + 'oidc_already_logged_in' => 'Already logged in', + 'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled', + 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', + 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'social_no_action_defined' => 'Nije definirana nijedna radnja', + 'social_login_bad_response' => "Error received during :socialAccount login: \n:error", 'social_account_in_use' => 'Ovaj :socialAccount račun se već koristi. Pokušajte se prijaviti pomoću :socialAccount računa.', 'social_account_email_in_use' => 'Ovaj mail :email se već koristi. Ako već imate naš račun možete se prijaviti pomoću :socialAccount računa u postavkama vašeg profila.', 'social_account_existing' => 'Ovaj :socialAccount je već dodan u vaš profil.', @@ -53,7 +58,7 @@ return [ // Entities 'entity_not_found' => 'Nije pronađeno', - 'bookshelf_not_found' => 'Polica nije pronađena', + 'bookshelf_not_found' => 'Shelf not found', 'book_not_found' => 'Knjiga nije pronađena', 'page_not_found' => 'Stranica nije pronađena', 'chapter_not_found' => 'Poglavlje nije pronađeno', @@ -82,6 +87,9 @@ return [ '404_page_not_found' => 'Stranica nije pronađena', 'sorry_page_not_found' => 'Žao nam je, stranica koju tražite nije pronađena.', 'sorry_page_not_found_permission_warning' => 'Ako smatrate da ova stranica još postoji, ali je ne vidite, moguće je da nemate omogućen pristup.', + 'image_not_found' => 'Image Not Found', + 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', + 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', 'return_home' => 'Povratak na početno', 'error_occurred' => 'Došlo je do pogreške', 'app_down' => ':appName trenutno nije dostupna',