diff options
Diffstat (limited to 'core/l10n/bg.js')
-rw-r--r-- | core/l10n/bg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/bg.js b/core/l10n/bg.js index fca163b47eb..c853d729b43 100644 --- a/core/l10n/bg.js +++ b/core/l10n/bg.js @@ -104,8 +104,6 @@ OC.L10N.register( "Please reload the page." : "Моля, презаредете страницата.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Актуализацията беше неуспешна. За допълнителна информация <a href=\"{url}\">прегледайте темата</a> относно този проблем.", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Актуализирането беше неуспешно. Моля отнесете този проблем към <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\"> Nextcloud общността</a>.", - "Continue to Nextcloud" : "Продължете към Nextcloud", - "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди.","Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди."], "Log in" : "Вписване", "Logging in …" : "Вписване ...", "Server side authentication failed!" : "Неуспешно удостоверяването от страна на сървъра!", @@ -367,6 +365,8 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "HTTP заглавката „{header}“ не е зададена на „{val1}“, „{val2}“, „{val3}“, „{val4}“ или „{val5}“. Така може да изтече информация за референт. Вижте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">препоръката на W3C ↗</a>.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "HTTP хедъра на \"Strict-Transport-Security\" не е конфигуриран за най-малко \"{seconds}\" секунди. За по-голяма сигурност Ви препоръчваме да активирате HSTS, както е описано в <a href=\"{docUrl}\" rel=\"noreferrer noopener\">съвети за сигурност↗</a>.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Достъпвате сайта чрез HTTP. Силно се препоръчва да настроите сървъра си да изисква HTTPS вместо това, както е описано в <a href=\"{docUrl}\">съветите за сигурност ↗</a>", + "Continue to Nextcloud" : "Продължете към Nextcloud", + "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди.","Актуализацията беше успешна. Пренасочване към Nextcloud след %n секунди."], "Searching other places" : "Търсене на друго място", "No search results in other folders for {tag}{filter}{endtag}" : "Няма резултати от търсенето в други папки за {tag}{filter}{endtag}", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} търсен резултат в друга папка","{count} търсени резултати в други папки"], |