diff options
Diffstat (limited to 'core/l10n/bg.js')
-rw-r--r-- | core/l10n/bg.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/l10n/bg.js b/core/l10n/bg.js index f00260abe02..98ebe39f2fa 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -45,11 +45,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (несъвместим)", "Following apps have been disabled: %s" : "Следните приложения са изключени: %s", "Already up to date" : "Актуално", - "Very weak password" : "Много проста парола", - "Weak password" : "Проста парола", - "So-so password" : "Не особено добра парола", - "Good password" : "Добра парола", - "Strong password" : "Сложна парола", "Last background job execution ran {relativeTime}. Something seems wrong." : "За последно задача е стартирала {relativeTime}. Изглежда, че има проблем.", "You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "В момента използвате PHP {version}. Актуализирайте версията на PHP за да се възползвате от <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">подобренията в производителността и сигурността, предоставени от PHP Group</a> колкото можете по-скоро.", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "Модула PHP OPcache не е настроен правилно. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">За по-добра производителност е препоръчително</a> да ползвате следните настройки във файла <code>php.ini</code>:", @@ -150,6 +145,11 @@ OC.L10N.register( "Hide details" : "Скриване на подробностите", "New in" : "Ново в", "View changelog" : "Преглед на списъка с промени", + "Very weak password" : "Много проста парола", + "Weak password" : "Проста парола", + "So-so password" : "Не особено добра парола", + "Good password" : "Добра парола", + "Strong password" : "Сложна парола", "No action available" : "Няма налични действия", "Personal" : "Лични", "Users" : "Потребители", |