X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/03f6be6d0ebec7b91fbda407a77e7028767e4865..refs/pull/3994/head:/resources/lang/bs/errors.php diff --git a/resources/lang/bs/errors.php b/resources/lang/bs/errors.php index aa16c1177..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', @@ -83,6 +87,9 @@ return [ '404_page_not_found' => 'Stranica nije pronađena', 'sorry_page_not_found' => 'Stranica koju ste tražili nije pronađena.', 'sorry_page_not_found_permission_warning' => 'Ako ste očekivali da ova stranica postoji, možda nemate privilegije da joj pristupite.', + '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' => 'Nazad na početnu stranu', 'error_occurred' => 'Desila se greška', 'app_down' => ':appName trenutno nije u funkciji',