aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-01 01:54:30 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-01-01 01:54:30 -0500
commitec6e70889a190844ee15784ec3d3138953dfd480 (patch)
tree363d7ef857f00b926d948131385df65cb5e104d6 /apps/user_webdavauth/l10n
parent573be9092d088929eb307427a810ddaab7801f89 (diff)
downloadnextcloud-server-ec6e70889a190844ee15784ec3d3138953dfd480.tar.gz
nextcloud-server-ec6e70889a190844ee15784ec3d3138953dfd480.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/bs.js5
-rw-r--r--apps/user_webdavauth/l10n/bs.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/bs.js b/apps/user_webdavauth/l10n/bs.js
index becf43aa7f4..5cdb03a07f1 100644
--- a/apps/user_webdavauth/l10n/bs.js
+++ b/apps/user_webdavauth/l10n/bs.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"user_webdavauth",
{
- "Save" : "Spasi"
+ "WebDAV Authentication" : "WebDAV autentifikacija",
+ "Address:" : "Adresa:",
+ "Save" : "Spasi",
+ "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." : "Korisnikovi akreditivi biti će poslani na ovu adresu. Ovaj plugin proverava odgovor i tumači status HTTP kodova 401 i 403 kao nevažeće akreditive, i sve druge odgovore kao validne akreditive."
},
"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/bs.json b/apps/user_webdavauth/l10n/bs.json
index 18aa0254d19..823be754a41 100644
--- a/apps/user_webdavauth/l10n/bs.json
+++ b/apps/user_webdavauth/l10n/bs.json
@@ -1,4 +1,7 @@
{ "translations": {
- "Save" : "Spasi"
+ "WebDAV Authentication" : "WebDAV autentifikacija",
+ "Address:" : "Adresa:",
+ "Save" : "Spasi",
+ "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." : "Korisnikovi akreditivi biti će poslani na ovu adresu. Ovaj plugin proverava odgovor i tumači status HTTP kodova 401 i 403 kao nevažeće akreditive, i sve druge odgovore kao validne akreditive."
},"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