diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-22 01:54:42 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-22 01:54:42 -0500 |
commit | ef09e5d395ac40bc8fcd2ed7d39555cf22ae8e7b (patch) | |
tree | 02580dd50d90b159901ae1fe41038ccbfa4f0fef /apps/user_webdavauth | |
parent | 906c0e7798cea15ad66bfa3149341e0be7c715e4 (diff) | |
download | nextcloud-server-ef09e5d395ac40bc8fcd2ed7d39555cf22ae8e7b.tar.gz nextcloud-server-ef09e5d395ac40bc8fcd2ed7d39555cf22ae8e7b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/sr.js | 6 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/sr.json | 6 |
2 files changed, 8 insertions, 4 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);"); diff --git a/apps/user_webdavauth/l10n/sr.json b/apps/user_webdavauth/l10n/sr.json index 7e50e7c4132..037fd2929b1 100644 --- a/apps/user_webdavauth/l10n/sr.json +++ b/apps/user_webdavauth/l10n/sr.json @@ -1,5 +1,7 @@ { "translations": { - "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 тумачиће као неисправне акредитиве а све остале одговоре као исправне." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |