X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/40ca50e44f3ca0f648d915dc73ff205309730f07..refs/pull/3994/head:/resources/lang/bs/errors.php diff --git a/resources/lang/bs/errors.php b/resources/lang/bs/errors.php index f36960619..0928d7985 100644 --- a/resources/lang/bs/errors.php +++ b/resources/lang/bs/errors.php @@ -23,6 +23,10 @@ return [ 'saml_no_email_address' => 'E-mail adresa za ovog korisnika nije nađena u podacima dobijenim od eksternog autentifikacijskog sistema', 'saml_invalid_response_id' => 'Proces, koji je pokrenula ova aplikacija, nije prepoznao zahtjev od eksternog sistema za autentifikaciju. Navigacija nazad nakon prijave može uzrokovati ovaj problem.', 'saml_fail_authed' => 'Prijava koristeći :system nije uspjela, sistem nije obezbijedio uspješnu autorizaciju', + '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' => 'Nema definisane akcije', 'social_login_bad_response' => "Došlo je do greške prilikom prijave preko :socialAccount :\n:error", 'social_account_in_use' => 'Ovaj :socialAccount račun se već koristi, pokušajte se prijaviti putem :socialAccount opcije.', @@ -54,7 +58,7 @@ return [ // Entities 'entity_not_found' => 'Entitet nije pronađen', - 'bookshelf_not_found' => 'Polica za knjige 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',