diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-08 01:56:00 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-08 01:56:00 -0500 |
commit | 6bda95037f29bd1bbef8686a964710e2217af318 (patch) | |
tree | 8c2ac1321f30517a4f492668b104f1ba51c4aee4 /apps/user_webdavauth | |
parent | 8b95494073ff1465f327bd1b24aee5bbfcf954a4 (diff) | |
download | nextcloud-server-6bda95037f29bd1bbef8686a964710e2217af318.tar.gz nextcloud-server-6bda95037f29bd1bbef8686a964710e2217af318.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/sr@latin.js | 5 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/sr@latin.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/sr@latin.js b/apps/user_webdavauth/l10n/sr@latin.js index c6b89e58319..cf03aa604dd 100644 --- a/apps/user_webdavauth/l10n/sr@latin.js +++ b/apps/user_webdavauth/l10n/sr@latin.js @@ -1,6 +1,9 @@ OC.L10N.register( "user_webdavauth", { - "Save" : "Snimi" + "WebDAV Authentication" : "WebDAV provera identiteta", + "Address:" : "Adresa:", + "Save" : "Snimi", + "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." : "Korisnički podaci za proveru identiteta će biti poslati na ovu adresu. Ova komponenta proverava odgovor i protumačiće HTTP statusne kodove 401 i 403 kao neispravne podatke za proveru identiteta, a sve ostale odgovore kao ispravne." }, "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@latin.json b/apps/user_webdavauth/l10n/sr@latin.json index 5cca2be8eec..d54f467400e 100644 --- a/apps/user_webdavauth/l10n/sr@latin.json +++ b/apps/user_webdavauth/l10n/sr@latin.json @@ -1,4 +1,7 @@ { "translations": { - "Save" : "Snimi" + "WebDAV Authentication" : "WebDAV provera identiteta", + "Address:" : "Adresa:", + "Save" : "Snimi", + "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." : "Korisnički podaci za proveru identiteta će biti poslati na ovu adresu. Ova komponenta proverava odgovor i protumačiće HTTP statusne kodove 401 i 403 kao neispravne podatke za proveru identiteta, a sve ostale odgovore kao ispravne." },"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 |