summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/sr.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/sr.js')
-rw-r--r--apps/user_webdavauth/l10n/sr.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/sr.js b/apps/user_webdavauth/l10n/sr.js
index 9413d934a2c..df3c00a5585 100644
--- a/apps/user_webdavauth/l10n/sr.js
+++ b/apps/user_webdavauth/l10n/sr.js
@@ -1,7 +1,9 @@
OC.L10N.register(
"user_webdavauth",
{
- "WebDAV Authentication" : "WebDAV провера идентитета",
- "Save" : "Сачувај"
+ "WebDAV Authentication" : "ВебДАВ провера идентитета",
+ "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." : "Кориснички акредитиви биће послати на ову адресу. Прикључак проверава одговор и ХТТП кодове 401 и 403 тумачиће као неисправне акредитиве а све остале одговоре као исправне."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");