snipe-it/resources/lang/bg/auth/general.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

17 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'send_password_link' => 'Изпрати връзка за повторно задаване на паролата',
'email_reset_password' => 'Имейл за нулиране на паролата',
'reset_password' => 'Нулиране на паролата',
'saml_login' => 'Вход чрез SAML',
'login' => 'Логин',
'login_prompt' => 'Моля влезте в системата',
'forgot_password' => 'Забравих си паролата',
'ldap_reset_password' => 'Щракнете тук, за да нулирате вашата LDAP парола',
'remember_me' => 'Запомни ме',
'username_help_top' => 'Въведете вашето <strong>потребителско име</strong> за да получите линк за смяна на парола.',
'username_help_bottom' => 'Вашето потребителско име и е-майл адрес <em>може да</em> са еднакви или да не са, зависимост от вашата конфигурация. Ако не помните вашето потребителско име се свържете с Администратора. <br><br><strong>Потребители които нямат въведен е-майл адрес няма да получат линк за смяна на парола.</strong> ',
];