diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-20 01:54:37 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-20 01:54:37 -0500 |
commit | 2ac015256fda60f684952131f220cd3db5a616ba (patch) | |
tree | ea7ecf67d1d82eb88a01da9a9eb647795a09f419 /apps/user_webdavauth | |
parent | 870bc429b26460734da900ccbab1b760fb9dcb08 (diff) | |
download | nextcloud-server-2ac015256fda60f684952131f220cd3db5a616ba.tar.gz nextcloud-server-2ac015256fda60f684952131f220cd3db5a616ba.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/hr.js | 5 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/hr.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/hr.js b/apps/user_webdavauth/l10n/hr.js index 041fea254dc..1c3044b69b3 100644 --- a/apps/user_webdavauth/l10n/hr.js +++ b/apps/user_webdavauth/l10n/hr.js @@ -1,6 +1,9 @@ OC.L10N.register( "user_webdavauth", { - "Save" : "Snimi" + "WebDAV Authentication" : "WebDAV autentifikacija", + "Address:" : "Adresa:", + "Save" : "Spremi", + "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 će biti poslani na tu adresu. Ovaj dodatak provjerava odgovor i interpretira HTTP status 401 i 403 kao neuspječnu prijavu, svi ostali statusi znače da je prijava uspješna i da su korisnički podaci točni." }, "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/hr.json b/apps/user_webdavauth/l10n/hr.json index d7da18a7a96..20ff7796fbb 100644 --- a/apps/user_webdavauth/l10n/hr.json +++ b/apps/user_webdavauth/l10n/hr.json @@ -1,4 +1,7 @@ { "translations": { - "Save" : "Snimi" + "WebDAV Authentication" : "WebDAV autentifikacija", + "Address:" : "Adresa:", + "Save" : "Spremi", + "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 će biti poslani na tu adresu. Ovaj dodatak provjerava odgovor i interpretira HTTP status 401 i 403 kao neuspječnu prijavu, svi ostali statusi znače da je prijava uspješna i da su korisnički podaci točni." },"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 |