Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/bg_BG.js')
-rw-r--r--apps/user_webdavauth/l10n/bg_BG.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/bg_BG.js b/apps/user_webdavauth/l10n/bg_BG.js
new file mode 100644
index 00000000000..7a1272be90c
--- /dev/null
+++ b/apps/user_webdavauth/l10n/bg_BG.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "user_webdavauth",
+ {
+ "WebDAV Authentication" : "WebDAV Идентификация",
+ "Address:" : "Адрес:",
+ "Save" : "Запиши",
+ "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация."
+},
+"nplurals=2; plural=(n != 1);");