summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-11-21 02:54:26 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-11-21 02:54:26 -0500
commitf8421958b3d06379c9dbfec49a16cf072dff7591 (patch)
tree01f21076b1ccad88852479f54ebd6e1889588674 /apps/user_webdavauth
parent61d5a522a4024cbb03e9375ed9e9be7a2121718e (diff)
downloadnextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.tar.gz
nextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/de_CH.js8
-rw-r--r--apps/user_webdavauth/l10n/de_CH.json6
-rw-r--r--apps/user_webdavauth/l10n/sk.js6
-rw-r--r--apps/user_webdavauth/l10n/sk.json4
4 files changed, 24 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/de_CH.js b/apps/user_webdavauth/l10n/de_CH.js
new file mode 100644
index 00000000000..84bcb9d4efb
--- /dev/null
+++ b/apps/user_webdavauth/l10n/de_CH.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "user_webdavauth",
+ {
+ "WebDAV Authentication" : "WebDAV-Authentifizierung",
+ "Save" : "Speichern",
+ "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." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_webdavauth/l10n/de_CH.json b/apps/user_webdavauth/l10n/de_CH.json
new file mode 100644
index 00000000000..1c47d57a349
--- /dev/null
+++ b/apps/user_webdavauth/l10n/de_CH.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "WebDAV Authentication" : "WebDAV-Authentifizierung",
+ "Save" : "Speichern",
+ "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." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/user_webdavauth/l10n/sk.js b/apps/user_webdavauth/l10n/sk.js
new file mode 100644
index 00000000000..299b57be670
--- /dev/null
+++ b/apps/user_webdavauth/l10n/sk.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "user_webdavauth",
+ {
+ "Save" : "Uložiť"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/user_webdavauth/l10n/sk.json b/apps/user_webdavauth/l10n/sk.json
new file mode 100644
index 00000000000..48cd128194e
--- /dev/null
+++ b/apps/user_webdavauth/l10n/sk.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Save" : "Uložiť"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file