summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-03 00:06:15 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-03 00:06:15 +0100
commit2936140838f479751662e34892fad3f2af6bff90 (patch)
treee1478c1323b5f4100e4f5b113aa26662a9a185a4 /apps/user_webdavauth
parent561e6c4c5be0bcbc837fb983daabd3e91f8a4150 (diff)
downloadnextcloud-server-2936140838f479751662e34892fad3f2af6bff90.tar.gz
nextcloud-server-2936140838f479751662e34892fad3f2af6bff90.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/sr.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/sr.php b/apps/user_webdavauth/l10n/sr.php
new file mode 100644
index 00000000000..518fcbe9be5
--- /dev/null
+++ b/apps/user_webdavauth/l10n/sr.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV провера идентитета",
+"URL: http://" => "Адреса: 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 ће послати акредитиве корисника на ову адресу. Овај прикључак проверава одговор и тумачи HTTP статусне кодове 401 и 403 као неисправне акредитиве, а све остале одговоре као исправне."
+);