X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3245/head:/resources/lang/bg/errors.php diff --git a/resources/lang/bg/errors.php b/resources/lang/bg/errors.php index 4b062af06..514b274ec 100644 --- a/resources/lang/bg/errors.php +++ b/resources/lang/bg/errors.php @@ -23,6 +23,10 @@ return [ 'saml_no_email_address' => 'Не успяхме да намерим емейл адрес, за този потребител, от информацията предоставена от външната система', 'saml_invalid_response_id' => 'Заявката от външната система не е разпознат от процеса започнат от това приложение. Връщането назад след влизане може да породи този проблем.', 'saml_fail_authed' => 'Влизането чрез :system не беше успешно, системата не успя да оторизира потребителя', + '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' => 'Действието не беше дефинирано', 'social_login_bad_response' => "Възникна грешка по време на :socialAccount login: \n:error", 'social_account_in_use' => 'Този :socialAccount вече е използван. Опитайте се да влезете чрез опцията за :socialAccount.', @@ -83,6 +87,9 @@ return [ '404_page_not_found' => 'Страницата не е намерена', 'sorry_page_not_found' => 'Страницата, която търсите не може да бъде намерена.', 'sorry_page_not_found_permission_warning' => 'Ако смятате, че тази страница съществува, най-вероятно нямате право да я преглеждате.', + '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' => 'Назад към Начало', 'error_occurred' => 'Възникна грешка', 'app_down' => ':appName не е достъпно в момента',