aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-24 02:01:20 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-24 02:01:20 +0200
commita7b4469b2e683a6c5ddeac83ff61c84ce3ffa941 (patch)
tree54c757ddbad7439e4fdf48496facdb6267b80879 /apps/user_webdavauth
parent9dde43db57f5fffc68ef096b1a041f8b5d427d96 (diff)
downloadnextcloud-server-a7b4469b2e683a6c5ddeac83ff61c84ce3ffa941.tar.gz
nextcloud-server-a7b4469b2e683a6c5ddeac83ff61c84ce3ffa941.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/bg_BG.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/bg_BG.php b/apps/user_webdavauth/l10n/bg_BG.php
new file mode 100644
index 00000000000..a3bd703b258
--- /dev/null
+++ b/apps/user_webdavauth/l10n/bg_BG.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV идентификация",
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud ще изпрати потребителските данни до този URL. "
+);