summaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-10-08 00:06:50 +0000
committerNextcloud bot <bot@nextcloud.com>2016-10-08 00:06:50 +0000
commit0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9 (patch)
tree949dc5ad36f9bd2da7ed0e8baf04d78ca630111f /apps/dav/l10n
parent9e7824f3edcb498447915a396e93678ddb6f5768 (diff)
downloadnextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.tar.gz
nextcloud-server-0beecbf2c5723d6ff3fabb884a1eb35d80e0aac9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r--apps/dav/l10n/cs_CZ.js17
-rw-r--r--apps/dav/l10n/cs_CZ.json15
-rw-r--r--apps/dav/l10n/de.js17
-rw-r--r--apps/dav/l10n/de.json15
-rw-r--r--apps/dav/l10n/de_DE.js17
-rw-r--r--apps/dav/l10n/de_DE.json15
-rw-r--r--apps/dav/l10n/es.js17
-rw-r--r--apps/dav/l10n/es.json15
-rw-r--r--apps/dav/l10n/fr.js17
-rw-r--r--apps/dav/l10n/fr.json15
-rw-r--r--apps/dav/l10n/hu_HU.js17
-rw-r--r--apps/dav/l10n/hu_HU.json15
-rw-r--r--apps/dav/l10n/id.js17
-rw-r--r--apps/dav/l10n/id.json15
-rw-r--r--apps/dav/l10n/lv.js17
-rw-r--r--apps/dav/l10n/lv.json15
-rw-r--r--apps/dav/l10n/nb_NO.js17
-rw-r--r--apps/dav/l10n/nb_NO.json15
-rw-r--r--apps/dav/l10n/nl.js17
-rw-r--r--apps/dav/l10n/nl.json15
-rw-r--r--apps/dav/l10n/ru.js17
-rw-r--r--apps/dav/l10n/ru.json15
-rw-r--r--apps/dav/l10n/sl.js17
-rw-r--r--apps/dav/l10n/sl.json15
-rw-r--r--apps/dav/l10n/sv.js17
-rw-r--r--apps/dav/l10n/sv.json15
26 files changed, 416 insertions, 0 deletions
diff --git a/apps/dav/l10n/cs_CZ.js b/apps/dav/l10n/cs_CZ.js
new file mode 100644
index 00000000000..905cefa3dfa
--- /dev/null
+++ b/apps/dav/l10n/cs_CZ.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Narozeniny kontaktů",
+ "Personal" : "Osobní",
+ "Contacts" : "Kontakty",
+ "Technical details" : "Technické detaily",
+ "Remote Address: %s" : "Vzdálená adresa: %s",
+ "Request ID: %s" : "ID požadavku: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Kód: %s",
+ "Message: %s" : "Zpráva: %s",
+ "File: %s" : "Soubor: %s",
+ "Line: %s" : "Řádka: %s",
+ "Trace" : "Trasa"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/dav/l10n/cs_CZ.json b/apps/dav/l10n/cs_CZ.json
new file mode 100644
index 00000000000..695dd71da4b
--- /dev/null
+++ b/apps/dav/l10n/cs_CZ.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Narozeniny kontaktů",
+ "Personal" : "Osobní",
+ "Contacts" : "Kontakty",
+ "Technical details" : "Technické detaily",
+ "Remote Address: %s" : "Vzdálená adresa: %s",
+ "Request ID: %s" : "ID požadavku: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Kód: %s",
+ "Message: %s" : "Zpráva: %s",
+ "File: %s" : "Soubor: %s",
+ "Line: %s" : "Řádka: %s",
+ "Trace" : "Trasa"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js
new file mode 100644
index 00000000000..2f263635f18
--- /dev/null
+++ b/apps/dav/l10n/de.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Geburtstage von Kontakten",
+ "Personal" : "Persönlich",
+ "Contacts" : "Kontakte",
+ "Technical details" : "Technische Details",
+ "Remote Address: %s" : "Entfernte Adresse: %s",
+ "Request ID: %s" : "Anfragekennung: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Code: %s",
+ "Message: %s" : "Nachricht: %s",
+ "File: %s" : "Datei: %s",
+ "Line: %s" : "Zeile: %s",
+ "Trace" : "Spur"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json
new file mode 100644
index 00000000000..dc0244f5a75
--- /dev/null
+++ b/apps/dav/l10n/de.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Geburtstage von Kontakten",
+ "Personal" : "Persönlich",
+ "Contacts" : "Kontakte",
+ "Technical details" : "Technische Details",
+ "Remote Address: %s" : "Entfernte Adresse: %s",
+ "Request ID: %s" : "Anfragekennung: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Code: %s",
+ "Message: %s" : "Nachricht: %s",
+ "File: %s" : "Datei: %s",
+ "Line: %s" : "Zeile: %s",
+ "Trace" : "Spur"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js
new file mode 100644
index 00000000000..8f6b12a9e65
--- /dev/null
+++ b/apps/dav/l10n/de_DE.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Geburtstage von Kontakten",
+ "Personal" : "Persönlich",
+ "Contacts" : "Kontakte",
+ "Technical details" : "Technische Details",
+ "Remote Address: %s" : "Entfernte Adresse: %s",
+ "Request ID: %s" : "Anfragekennung: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Code: %s",
+ "Message: %s" : "Nachricht: %s",
+ "File: %s" : "Datei: %s",
+ "Line: %s" : "Zeile: %s",
+ "Trace" : "Ablauf"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json
new file mode 100644
index 00000000000..529f8c57972
--- /dev/null
+++ b/apps/dav/l10n/de_DE.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Geburtstage von Kontakten",
+ "Personal" : "Persönlich",
+ "Contacts" : "Kontakte",
+ "Technical details" : "Technische Details",
+ "Remote Address: %s" : "Entfernte Adresse: %s",
+ "Request ID: %s" : "Anfragekennung: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Code: %s",
+ "Message: %s" : "Nachricht: %s",
+ "File: %s" : "Datei: %s",
+ "Line: %s" : "Zeile: %s",
+ "Trace" : "Ablauf"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js
new file mode 100644
index 00000000000..360afa19b8b
--- /dev/null
+++ b/apps/dav/l10n/es.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Cumpleaños del contacto",
+ "Personal" : "Personal",
+ "Contacts" : "Contactos",
+ "Technical details" : "Detalles técnicos",
+ "Remote Address: %s" : "Dirección remota: %s",
+ "Request ID: %s" : "ID de la solicitud: %s",
+ "Type: %s" : "Tipo: %s",
+ "Code: %s" : "Código: %s",
+ "Message: %s" : "Mensaje: %s",
+ "File: %s" : "Archivo: %s",
+ "Line: %s" : "Línea: %s",
+ "Trace" : "Trazas"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/es.json b/apps/dav/l10n/es.json
new file mode 100644
index 00000000000..07e2e00639c
--- /dev/null
+++ b/apps/dav/l10n/es.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Cumpleaños del contacto",
+ "Personal" : "Personal",
+ "Contacts" : "Contactos",
+ "Technical details" : "Detalles técnicos",
+ "Remote Address: %s" : "Dirección remota: %s",
+ "Request ID: %s" : "ID de la solicitud: %s",
+ "Type: %s" : "Tipo: %s",
+ "Code: %s" : "Código: %s",
+ "Message: %s" : "Mensaje: %s",
+ "File: %s" : "Archivo: %s",
+ "Line: %s" : "Línea: %s",
+ "Trace" : "Trazas"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js
new file mode 100644
index 00000000000..fc1996d6962
--- /dev/null
+++ b/apps/dav/l10n/fr.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Anniversaires des contacts",
+ "Personal" : "Personnel",
+ "Contacts" : "Contacts",
+ "Technical details" : "Détails techniques",
+ "Remote Address: %s" : "Adresse distante : %s",
+ "Request ID: %s" : "ID de la requête : %s",
+ "Type: %s" : "Type : %s",
+ "Code: %s" : "Code : %s",
+ "Message: %s" : "Message : %s",
+ "File: %s" : "Fichier : %s",
+ "Line: %s" : "Ligne : %s",
+ "Trace" : "Trace"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json
new file mode 100644
index 00000000000..cb21dc67f31
--- /dev/null
+++ b/apps/dav/l10n/fr.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Anniversaires des contacts",
+ "Personal" : "Personnel",
+ "Contacts" : "Contacts",
+ "Technical details" : "Détails techniques",
+ "Remote Address: %s" : "Adresse distante : %s",
+ "Request ID: %s" : "ID de la requête : %s",
+ "Type: %s" : "Type : %s",
+ "Code: %s" : "Code : %s",
+ "Message: %s" : "Message : %s",
+ "File: %s" : "Fichier : %s",
+ "Line: %s" : "Ligne : %s",
+ "Trace" : "Trace"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/hu_HU.js b/apps/dav/l10n/hu_HU.js
new file mode 100644
index 00000000000..3f1c18af218
--- /dev/null
+++ b/apps/dav/l10n/hu_HU.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Születésnapok",
+ "Personal" : "Személyes",
+ "Contacts" : "Névjegyek",
+ "Technical details" : "Technikai adatok",
+ "Remote Address: %s" : "Távoli cím: %s",
+ "Request ID: %s" : "Kérelem azonosító: %s",
+ "Type: %s" : "Típus: %s",
+ "Code: %s" : "Kód: %s",
+ "Message: %s" : "Üzenet: %s",
+ "File: %s" : "Fájl: %s",
+ "Line: %s" : "Sor: %s",
+ "Trace" : "Követés"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/hu_HU.json b/apps/dav/l10n/hu_HU.json
new file mode 100644
index 00000000000..991405bb7c6
--- /dev/null
+++ b/apps/dav/l10n/hu_HU.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Születésnapok",
+ "Personal" : "Személyes",
+ "Contacts" : "Névjegyek",
+ "Technical details" : "Technikai adatok",
+ "Remote Address: %s" : "Távoli cím: %s",
+ "Request ID: %s" : "Kérelem azonosító: %s",
+ "Type: %s" : "Típus: %s",
+ "Code: %s" : "Kód: %s",
+ "Message: %s" : "Üzenet: %s",
+ "File: %s" : "Fájl: %s",
+ "Line: %s" : "Sor: %s",
+ "Trace" : "Követés"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/id.js b/apps/dav/l10n/id.js
new file mode 100644
index 00000000000..694a85d44d8
--- /dev/null
+++ b/apps/dav/l10n/id.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Ulang tahun kontak",
+ "Personal" : "Pribadi",
+ "Contacts" : "Kontak",
+ "Technical details" : "Rincian teknis",
+ "Remote Address: %s" : "Alamat remote: %s",
+ "Request ID: %s" : "ID Permintaan: %s",
+ "Type: %s" : "Tipe: %s",
+ "Code: %s" : "Kode: %s",
+ "Message: %s" : "Pesan: %s",
+ "File: %s" : "Berkas: %s",
+ "Line: %s" : "Baris: %s",
+ "Trace" : "Jejak"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/dav/l10n/id.json b/apps/dav/l10n/id.json
new file mode 100644
index 00000000000..0bf2d6d255d
--- /dev/null
+++ b/apps/dav/l10n/id.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Ulang tahun kontak",
+ "Personal" : "Pribadi",
+ "Contacts" : "Kontak",
+ "Technical details" : "Rincian teknis",
+ "Remote Address: %s" : "Alamat remote: %s",
+ "Request ID: %s" : "ID Permintaan: %s",
+ "Type: %s" : "Tipe: %s",
+ "Code: %s" : "Kode: %s",
+ "Message: %s" : "Pesan: %s",
+ "File: %s" : "Berkas: %s",
+ "Line: %s" : "Baris: %s",
+ "Trace" : "Jejak"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/lv.js b/apps/dav/l10n/lv.js
new file mode 100644
index 00000000000..51be7dc32ea
--- /dev/null
+++ b/apps/dav/l10n/lv.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Kontaktu dzimšanas dienas",
+ "Personal" : "Personīgi",
+ "Contacts" : "Kontakti",
+ "Technical details" : "Tehniskās detaļas",
+ "Remote Address: %s" : "Attālinātā adrese: %s",
+ "Request ID: %s" : "Pieprasījuma ID: %s",
+ "Type: %s" : "Tips: %s",
+ "Code: %s" : "Kods: %s",
+ "Message: %s" : "Ziņojums: %s",
+ "File: %s" : "Datne: %s",
+ "Line: %s" : "Līnija: %s",
+ "Trace" : "Izsekot"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/dav/l10n/lv.json b/apps/dav/l10n/lv.json
new file mode 100644
index 00000000000..c4e69b1c39d
--- /dev/null
+++ b/apps/dav/l10n/lv.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Kontaktu dzimšanas dienas",
+ "Personal" : "Personīgi",
+ "Contacts" : "Kontakti",
+ "Technical details" : "Tehniskās detaļas",
+ "Remote Address: %s" : "Attālinātā adrese: %s",
+ "Request ID: %s" : "Pieprasījuma ID: %s",
+ "Type: %s" : "Tips: %s",
+ "Code: %s" : "Kods: %s",
+ "Message: %s" : "Ziņojums: %s",
+ "File: %s" : "Datne: %s",
+ "Line: %s" : "Līnija: %s",
+ "Trace" : "Izsekot"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/nb_NO.js b/apps/dav/l10n/nb_NO.js
new file mode 100644
index 00000000000..3475b7dfd6b
--- /dev/null
+++ b/apps/dav/l10n/nb_NO.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Kontakters fødelsdag",
+ "Personal" : "Personlig",
+ "Contacts" : "Kontakter",
+ "Technical details" : "Tekniske detaljer",
+ "Remote Address: %s" : "Ekstern adresse: %s",
+ "Request ID: %s" : "Forespørsel ID: %s",
+ "Type: %s" : "Type: %s",
+ "Code: %s" : "Kode: %s",
+ "Message: %s" : "Melding: %s",
+ "File: %s" : "Fil: %s",
+ "Line: %s" : "Linje: %s",
+ "Trace" : "Sporing"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/nb_NO.json b/apps/dav/l10n/nb_NO.json
new file mode 100644
index 00000000000..1ccb8c6923d
--- /dev/null
+++ b/apps/dav/l10n/nb_NO.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Kontakters fødelsdag",
+ "Personal" : "Personlig",
+ "Contacts" : "Kontakter",
+ "Technical details" : "Tekniske detaljer",
+ "Remote Address: %s" : "Ekstern adresse: %s",
+ "Request ID: %s" : "Forespørsel ID: %s",
+ "Type: %s" : "Type: %s",
+ "Code: %s" : "Kode: %s",
+ "Message: %s" : "Melding: %s",
+ "File: %s" : "Fil: %s",
+ "Line: %s" : "Linje: %s",
+ "Trace" : "Sporing"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/nl.js b/apps/dav/l10n/nl.js
new file mode 100644
index 00000000000..ffc8530e02b
--- /dev/null
+++ b/apps/dav/l10n/nl.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Verjaardagen",
+ "Personal" : "Persoonlijk",
+ "Contacts" : "Contactpersonen",
+ "Technical details" : "Technische details",
+ "Remote Address: %s" : "Extern adres: %s",
+ "Request ID: %s" : "Aanvraag-ID: %s",
+ "Type: %s" : "Type: %s",
+ "Code: %s" : "Code: %s",
+ "Message: %s" : "Boodschap: %s",
+ "File: %s" : "Bestand: %s",
+ "Line: %s" : "Regel: %s",
+ "Trace" : "Trace"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/nl.json b/apps/dav/l10n/nl.json
new file mode 100644
index 00000000000..7a8c302c2e4
--- /dev/null
+++ b/apps/dav/l10n/nl.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Verjaardagen",
+ "Personal" : "Persoonlijk",
+ "Contacts" : "Contactpersonen",
+ "Technical details" : "Technische details",
+ "Remote Address: %s" : "Extern adres: %s",
+ "Request ID: %s" : "Aanvraag-ID: %s",
+ "Type: %s" : "Type: %s",
+ "Code: %s" : "Code: %s",
+ "Message: %s" : "Boodschap: %s",
+ "File: %s" : "Bestand: %s",
+ "Line: %s" : "Regel: %s",
+ "Trace" : "Trace"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/ru.js b/apps/dav/l10n/ru.js
new file mode 100644
index 00000000000..87c444d3ffb
--- /dev/null
+++ b/apps/dav/l10n/ru.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Дни рождения контакта",
+ "Personal" : "Личное",
+ "Contacts" : "Контакты",
+ "Technical details" : "Технические характеристики",
+ "Remote Address: %s" : "Удаленный адрес: %s",
+ "Request ID: %s" : "ID запроса: %s",
+ "Type: %s" : "Тип: %s",
+ "Code: %s" : "Код: %s",
+ "Message: %s" : "Сообщение: %s",
+ "File: %s" : "Файл: %s",
+ "Line: %s" : "Строка: %s",
+ "Trace" : "Трассировка"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/dav/l10n/ru.json b/apps/dav/l10n/ru.json
new file mode 100644
index 00000000000..39ea7090517
--- /dev/null
+++ b/apps/dav/l10n/ru.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Дни рождения контакта",
+ "Personal" : "Личное",
+ "Contacts" : "Контакты",
+ "Technical details" : "Технические характеристики",
+ "Remote Address: %s" : "Удаленный адрес: %s",
+ "Request ID: %s" : "ID запроса: %s",
+ "Type: %s" : "Тип: %s",
+ "Code: %s" : "Код: %s",
+ "Message: %s" : "Сообщение: %s",
+ "File: %s" : "Файл: %s",
+ "Line: %s" : "Строка: %s",
+ "Trace" : "Трассировка"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/sl.js b/apps/dav/l10n/sl.js
new file mode 100644
index 00000000000..1f2dd45ae7a
--- /dev/null
+++ b/apps/dav/l10n/sl.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Rojstni dnevi kontaktov",
+ "Personal" : "Osebno",
+ "Contacts" : "Stiki",
+ "Technical details" : "Tehnične podrobnosti",
+ "Remote Address: %s" : "Oddaljeni naslov: %s",
+ "Request ID: %s" : "ID Zahteve: %s",
+ "Type: %s" : "Tip: %s",
+ "Code: %s" : "Koda: %s",
+ "Message: %s" : "Sporočilo: %s",
+ "File: %s" : "Datoteka: %s",
+ "Line: %s" : "Vrstica: %s",
+ "Trace" : "Sled"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/dav/l10n/sl.json b/apps/dav/l10n/sl.json
new file mode 100644
index 00000000000..9ca95ca26a1
--- /dev/null
+++ b/apps/dav/l10n/sl.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Rojstni dnevi kontaktov",
+ "Personal" : "Osebno",
+ "Contacts" : "Stiki",
+ "Technical details" : "Tehnične podrobnosti",
+ "Remote Address: %s" : "Oddaljeni naslov: %s",
+ "Request ID: %s" : "ID Zahteve: %s",
+ "Type: %s" : "Tip: %s",
+ "Code: %s" : "Koda: %s",
+ "Message: %s" : "Sporočilo: %s",
+ "File: %s" : "Datoteka: %s",
+ "Line: %s" : "Vrstica: %s",
+ "Trace" : "Sled"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js
new file mode 100644
index 00000000000..c9fa738ebcf
--- /dev/null
+++ b/apps/dav/l10n/sv.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "dav",
+ {
+ "Contact birthdays" : "Kontaktfödelsedagar",
+ "Personal" : "Personligt",
+ "Contacts" : "Kontakter",
+ "Technical details" : "Tekniska detaljer",
+ "Remote Address: %s" : "Fjärradress: %s",
+ "Request ID: %s" : "Begär ID: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Kod: %s",
+ "Message: %s" : "Meddelande: %s",
+ "File: %s" : "Fil: %s",
+ "Line: %s" : "Rad: %s",
+ "Trace" : "Spåra"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json
new file mode 100644
index 00000000000..f8d0f84cc57
--- /dev/null
+++ b/apps/dav/l10n/sv.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Contact birthdays" : "Kontaktfödelsedagar",
+ "Personal" : "Personligt",
+ "Contacts" : "Kontakter",
+ "Technical details" : "Tekniska detaljer",
+ "Remote Address: %s" : "Fjärradress: %s",
+ "Request ID: %s" : "Begär ID: %s",
+ "Type: %s" : "Typ: %s",
+ "Code: %s" : "Kod: %s",
+ "Message: %s" : "Meddelande: %s",
+ "File: %s" : "Fil: %s",
+ "Line: %s" : "Rad: %s",
+ "Trace" : "Spåra"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file