X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/5280/head:/lang/bs/errors.php diff --git a/lang/bs/errors.php b/lang/bs/errors.php index f56708a64..be633b589 100644 --- a/lang/bs/errors.php +++ b/lang/bs/errors.php @@ -10,6 +10,7 @@ return [ // Auth 'error_user_exists_different_creds' => 'Korisnik sa e-mailom :email već postoji ali sa različitim podacima.', + 'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details', 'email_already_confirmed' => 'E-mail je već potvrđen, pokušajte se prijaviti.', 'email_confirmation_invalid' => 'Ovaj token za potvrdu nije ispravan ili je već iskorišten, molimo vas pokušajte se registrovati ponovno.', 'email_confirmation_expired' => 'Ovaj token za potvrdu je istekao, novi e-mail za potvrdu je poslan.', @@ -19,12 +20,10 @@ return [ 'ldap_extension_not_installed' => 'LDAP PHP ekstenzija nije instalirana', 'ldap_cannot_connect' => 'Nije se moguće povezati sa ldap serverom, incijalna konekcija nije uspjela', 'saml_already_logged_in' => 'Već prijavljeni', - 'saml_user_not_registered' => 'Korisnik :user nije registrovan i automatska registracija je onemogućena', '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', @@ -38,18 +37,23 @@ return [ 'social_driver_not_found' => 'Driver društvene mreže nije pronađen', 'social_driver_not_configured' => 'Vaše :socialAccount postavke nisu konfigurisane ispravno.', 'invite_token_expired' => 'Pozivni link je istekao. Možete umjesto toga pokušati da resetujete lozinku.', + 'login_user_not_found' => 'A user for this action could not be found.', // System 'path_not_writable' => 'Na putanju fajla :filePath se ne može učitati. Potvrdite da je omogućeno pisanje na server.', 'cannot_get_image_from_url' => 'Nije moguće dobiti sliku sa :url', 'cannot_create_thumbs' => 'Server ne može kreirati sličice. Provjerite da imate instaliranu GD PHP ekstenziju.', 'server_upload_limit' => 'Server ne dopušta učitavanja ove veličine. Pokušajte sa manjom veličinom fajla.', + 'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.', 'uploaded' => 'Server ne dopušta učitavanja ove veličine. Pokušajte sa manjom veličinom fajla.', // Drawing & Images 'image_upload_error' => 'Desila se greška prilikom učitavanja slike', 'image_upload_type_error' => 'Vrsta slike koja se učitava je neispravna', 'image_upload_replace_type' => 'Image file replacements must be of the same type', + 'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.', + 'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.', + 'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.', 'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.', // Attachments @@ -74,6 +78,7 @@ return [ // Users 'users_cannot_delete_only_admin' => 'Ne možete izbrisati jedinog administratora', 'users_cannot_delete_guest' => 'Ne možete izbrisati gost korisnika', + 'users_could_not_send_invite' => 'Could not create user since invite email failed to send', // Roles 'role_cannot_be_edited' => 'Ova uloga ne može biti mijenjana', @@ -111,4 +116,6 @@ return [ // Settings & Maintenance 'maintenance_test_email_failure' => 'Došlo je do greške prilikom slanja testnog e-maila:', + // HTTP errors + 'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts', ];