summaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/l10n')
-rw-r--r--apps/dav/l10n/de.js38
-rw-r--r--apps/dav/l10n/de.json38
-rw-r--r--apps/dav/l10n/de_DE.js9
-rw-r--r--apps/dav/l10n/de_DE.json9
-rw-r--r--apps/dav/l10n/it.js11
-rw-r--r--apps/dav/l10n/it.json11
-rw-r--r--apps/dav/l10n/nl.js28
-rw-r--r--apps/dav/l10n/nl.json28
8 files changed, 164 insertions, 8 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js
index f25e1fcd4cc..bd51821511f 100644
--- a/apps/dav/l10n/de.js
+++ b/apps/dav/l10n/de.js
@@ -1,6 +1,44 @@
OC.L10N.register(
"dav",
{
+ "A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
+ "A calendar <strong>event</strong> was modified" : "Ein <strong>Ereignis</strong> wurde bearbeitet",
+ "A calendar <strong>todo</strong> was modified" : "Eine <strong>Aufgabe</strong> wurde bearbeitet",
+ "%1$s created calendar %2$s" : "%1$s hat den Kalender %2$s erstellt",
+ "You created calendar %2$s" : "Du hast den Kalender %2$s erstellt",
+ "%1$s deleted calendar %2$s" : "%1$s hat den Kalender %2$s entfernt",
+ "You deleted calendar %2$s" : "Du hast den Kalender %2$s entfernt",
+ "%1$s updated calendar %2$s" : "%1$s hat den Kalender %2$s aktualisiert",
+ "You updated calendar %2$s" : "Du hast den Kalender %2$s aktualisiert",
+ "%1$s shared calendar %2$s with you" : "%1$s hat den Kalender %2$s mit Ihnen geteilt",
+ "You shared calendar %2$s with %1$s" : "Du hast den Kalender %2$s mit %1$s geteilt",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s hat den Kalender %2$s mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from you" : "%1$s teilt den Kalender %2$s nicht mehr mit Ihnen",
+ "You unshared calendar %2$s from %1$s" : "Du hast den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s teilt seinen Kalender %2$s nicht mehr",
+ "You shared calendar %2$s with group %1$s" : "Du hast den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s hat den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "You unshared calendar %2$s from group %1$s" : "Der Kalender %2$s ist nicht mehr mit der Gruppe %1$s geteilt",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit der Gruppe %1$s geteilt",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s erstellt",
+ "You created event %3$s in calendar %2$s" : "Du hast das Ereignis %3$s in Kalender %2$s erstellt",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s hat das Ereignis %3$s von Kalender %2$s entfernt",
+ "You deleted event %3$s from calendar %2$s" : "Du hast das Ereignis %3$s von Kalender %2$s entfernt",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "You updated event %3$s in calendar %2$s" : "Du hast das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "%1$s created todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erstellt",
+ "You created todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s erstellt",
+ "%1$s deleted todo %3$s from list %2$s" : "%1$s hat die Aufgabe %3$s von Liste %2$s entfernt",
+ "You deleted todo %3$s from list %2$s" : "Du hast die Aufgabe %3$s von Liste %2$s entfernt",
+ "%1$s updated todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "You updated todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "%1$s solved todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erledigt",
+ "You solved todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s erledigt",
+ "%1$s reopened todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "You reopened todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "Calendar" : "Kalender",
+ "Todos" : "Aufgaben",
"Contact birthdays" : "Geburtstage von Kontakten",
"Personal" : "Persönlich",
"Contacts" : "Kontakte",
diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json
index 0b7b0ebb7f0..2ecc2e87a5c 100644
--- a/apps/dav/l10n/de.json
+++ b/apps/dav/l10n/de.json
@@ -1,4 +1,42 @@
{ "translations": {
+ "A <strong>calendar</strong> was modified" : "Ein <strong>Kalender</strong> wurde bearbeitet",
+ "A calendar <strong>event</strong> was modified" : "Ein <strong>Ereignis</strong> wurde bearbeitet",
+ "A calendar <strong>todo</strong> was modified" : "Eine <strong>Aufgabe</strong> wurde bearbeitet",
+ "%1$s created calendar %2$s" : "%1$s hat den Kalender %2$s erstellt",
+ "You created calendar %2$s" : "Du hast den Kalender %2$s erstellt",
+ "%1$s deleted calendar %2$s" : "%1$s hat den Kalender %2$s entfernt",
+ "You deleted calendar %2$s" : "Du hast den Kalender %2$s entfernt",
+ "%1$s updated calendar %2$s" : "%1$s hat den Kalender %2$s aktualisiert",
+ "You updated calendar %2$s" : "Du hast den Kalender %2$s aktualisiert",
+ "%1$s shared calendar %2$s with you" : "%1$s hat den Kalender %2$s mit Ihnen geteilt",
+ "You shared calendar %2$s with %1$s" : "Du hast den Kalender %2$s mit %1$s geteilt",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s hat den Kalender %2$s mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from you" : "%1$s teilt den Kalender %2$s nicht mehr mit Ihnen",
+ "You unshared calendar %2$s from %1$s" : "Du hast den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s teilt seinen Kalender %2$s nicht mehr",
+ "You shared calendar %2$s with group %1$s" : "Du hast den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s hat den Kalender %2$s mit der Gruppe %1$s geteilt",
+ "You unshared calendar %2$s from group %1$s" : "Der Kalender %2$s ist nicht mehr mit der Gruppe %1$s geteilt",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit der Gruppe %1$s geteilt",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s erstellt",
+ "You created event %3$s in calendar %2$s" : "Du hast das Ereignis %3$s in Kalender %2$s erstellt",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s hat das Ereignis %3$s von Kalender %2$s entfernt",
+ "You deleted event %3$s from calendar %2$s" : "Du hast das Ereignis %3$s von Kalender %2$s entfernt",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "You updated event %3$s in calendar %2$s" : "Du hast das Ereignis %3$s in Kalender %2$s aktualisiert",
+ "%1$s created todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erstellt",
+ "You created todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s erstellt",
+ "%1$s deleted todo %3$s from list %2$s" : "%1$s hat die Aufgabe %3$s von Liste %2$s entfernt",
+ "You deleted todo %3$s from list %2$s" : "Du hast die Aufgabe %3$s von Liste %2$s entfernt",
+ "%1$s updated todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "You updated todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "%1$s solved todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erledigt",
+ "You solved todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s erledigt",
+ "%1$s reopened todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "You reopened todo %3$s in list %2$s" : "Du hast die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "Calendar" : "Kalender",
+ "Todos" : "Aufgaben",
"Contact birthdays" : "Geburtstage von Kontakten",
"Personal" : "Persönlich",
"Contacts" : "Kontakte",
diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js
index 55417df1754..a9c746be4ee 100644
--- a/apps/dav/l10n/de_DE.js
+++ b/apps/dav/l10n/de_DE.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"%1$s unshared calendar %2$s from you" : "%1$s teilt den Kalender %2$s nicht mehr mit Ihnen",
"You unshared calendar %2$s from %1$s" : "Sie haben den Kalender %2$s nicht mehr mit %1$s geteilt",
"%3$s unshared calendar %2$s from %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s teilt seinen Kalender %2$s nicht mehr",
"You shared calendar %2$s with group %1$s" : "Sie haben den Kalender %2$s mit der Gruppe %1$s geteilt",
"%3$s shared calendar %2$s with group %1$s" : "%3$s hat den Kalender %2$s mit der Gruppe %1$s geteilt",
"You unshared calendar %2$s from group %1$s" : "Der Kalender %2$s ist nicht mehr mit der Gruppe %1$s geteilt",
@@ -27,15 +28,15 @@ OC.L10N.register(
"%1$s updated event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s aktualisiert",
"You updated event %3$s in calendar %2$s" : "Sie haben das Ereignis %3$s in Kalender %2$s aktualisiert",
"%1$s created todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erstellt",
- "You created todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s erstellt",
+ "You created todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s erstellt",
"%1$s deleted todo %3$s from list %2$s" : "%1$s hat die Aufgabe %3$s von Liste %2$s entfernt",
- "You deleted todo %3$s from list %2$s" : "SIe haben die Aufgabe %3$s von Liste %2$s entfernt",
+ "You deleted todo %3$s from list %2$s" : "Sie haben die Aufgabe %3$s von Liste %2$s entfernt",
"%1$s updated todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s aktualisiert",
- "You updated todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "You updated todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s aktualisiert",
"%1$s solved todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erledigt",
"You solved todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s erledigt",
"%1$s reopened todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s wiedereröffnet",
- "You reopened todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "You reopened todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s wiedereröffnet",
"Calendar" : "Kalender",
"Todos" : "Aufgaben",
"Contact birthdays" : "Geburtstage von Kontakten",
diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json
index 196e542c500..b9fc96b73ea 100644
--- a/apps/dav/l10n/de_DE.json
+++ b/apps/dav/l10n/de_DE.json
@@ -14,6 +14,7 @@
"%1$s unshared calendar %2$s from you" : "%1$s teilt den Kalender %2$s nicht mehr mit Ihnen",
"You unshared calendar %2$s from %1$s" : "Sie haben den Kalender %2$s nicht mehr mit %1$s geteilt",
"%3$s unshared calendar %2$s from %1$s" : "%3$s hat den Kalender %2$s nicht mehr mit %1$s geteilt",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s teilt seinen Kalender %2$s nicht mehr",
"You shared calendar %2$s with group %1$s" : "Sie haben den Kalender %2$s mit der Gruppe %1$s geteilt",
"%3$s shared calendar %2$s with group %1$s" : "%3$s hat den Kalender %2$s mit der Gruppe %1$s geteilt",
"You unshared calendar %2$s from group %1$s" : "Der Kalender %2$s ist nicht mehr mit der Gruppe %1$s geteilt",
@@ -25,15 +26,15 @@
"%1$s updated event %3$s in calendar %2$s" : "%1$s hat das Ereignis %3$s in Kalender %2$s aktualisiert",
"You updated event %3$s in calendar %2$s" : "Sie haben das Ereignis %3$s in Kalender %2$s aktualisiert",
"%1$s created todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erstellt",
- "You created todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s erstellt",
+ "You created todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s erstellt",
"%1$s deleted todo %3$s from list %2$s" : "%1$s hat die Aufgabe %3$s von Liste %2$s entfernt",
- "You deleted todo %3$s from list %2$s" : "SIe haben die Aufgabe %3$s von Liste %2$s entfernt",
+ "You deleted todo %3$s from list %2$s" : "Sie haben die Aufgabe %3$s von Liste %2$s entfernt",
"%1$s updated todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s aktualisiert",
- "You updated todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s aktualisiert",
+ "You updated todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s aktualisiert",
"%1$s solved todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s erledigt",
"You solved todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s erledigt",
"%1$s reopened todo %3$s in list %2$s" : "%1$s hat die Aufgabe %3$s in Liste %2$s wiedereröffnet",
- "You reopened todo %3$s in list %2$s" : "SIe haben die Aufgabe %3$s in Liste %2$s wiedereröffnet",
+ "You reopened todo %3$s in list %2$s" : "Sie haben die Aufgabe %3$s in Liste %2$s wiedereröffnet",
"Calendar" : "Kalender",
"Todos" : "Aufgaben",
"Contact birthdays" : "Geburtstage von Kontakten",
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js
index 8a5f90b21b7..2265d7eb74b 100644
--- a/apps/dav/l10n/it.js
+++ b/apps/dav/l10n/it.js
@@ -16,6 +16,7 @@ OC.L10N.register(
"%1$s unshared calendar %2$s from you" : "%1$s ha rimosso la condivisione %2$s con te",
"You unshared calendar %2$s from %1$s" : "Hai rimosso la condivisione del calendario %2$s da %1$s",
"%3$s unshared calendar %2$s from %1$s" : "%3$s ha rimosso la condivisione %2$s con %1$s",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s ha rimosso la condivisione %2$s con se stesso",
"You shared calendar %2$s with group %1$s" : "Hai condiviso il calendario %2$s con il gruppo %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s ha condiviso il calendario %2$s con il gruppo %1$s",
"You unshared calendar %2$s from group %1$s" : "Hai rimosso la condivisione del calendario %2$s con il gruppo %1$s",
@@ -26,6 +27,16 @@ OC.L10N.register(
"You deleted event %3$s from calendar %2$s" : "Hai eliminato l'evento %3$s dal calendario %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s ha aggiornato l'evento %3$s nel calendario %2$s",
"You updated event %3$s in calendar %2$s" : "Hai aggiornato l'evento %3$s nel calendario %2$s",
+ "%1$s created todo %3$s in list %2$s" : "%1$s ha creato la cosa da fare %3$s nell'elenco %2$s",
+ "You created todo %3$s in list %2$s" : "Hai creato la cosa da fare %3$s nell'elenco %2$s",
+ "%1$s deleted todo %3$s from list %2$s" : "%1$s ha eliminato la cosa da fare %3$s dall'elenco %2$s",
+ "You deleted todo %3$s from list %2$s" : "Hai eliminato la cosa da fare %3$s dall'elenco %2$s",
+ "%1$s updated todo %3$s in list %2$s" : "%1$s ha aggiornato la cosa da fare %3$s nell'elenco %2$s",
+ "You updated todo %3$s in list %2$s" : "Hai aggiornato la cosa da fare %3$s nell'elenco %2$s",
+ "%1$s solved todo %3$s in list %2$s" : "%1$s ha risolto la cosa da fare %3$s nell'elenco %2$s",
+ "You solved todo %3$s in list %2$s" : "Hai risolto la cosa da fare %3$s nell'elenco %2$s",
+ "%1$s reopened todo %3$s in list %2$s" : "%1$s ha riaperto la cosa da fare %3$s nell'elenco %2$s",
+ "You reopened todo %3$s in list %2$s" : "Hai riaperto la cosa da fare %3$s nell'elenco %2$s",
"Calendar" : "Calendario",
"Todos" : "Cose da fare",
"Contact birthdays" : "Date di nascita dei contatti",
diff --git a/apps/dav/l10n/it.json b/apps/dav/l10n/it.json
index d368778726c..d1aa791dabe 100644
--- a/apps/dav/l10n/it.json
+++ b/apps/dav/l10n/it.json
@@ -14,6 +14,7 @@
"%1$s unshared calendar %2$s from you" : "%1$s ha rimosso la condivisione %2$s con te",
"You unshared calendar %2$s from %1$s" : "Hai rimosso la condivisione del calendario %2$s da %1$s",
"%3$s unshared calendar %2$s from %1$s" : "%3$s ha rimosso la condivisione %2$s con %1$s",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s ha rimosso la condivisione %2$s con se stesso",
"You shared calendar %2$s with group %1$s" : "Hai condiviso il calendario %2$s con il gruppo %1$s",
"%3$s shared calendar %2$s with group %1$s" : "%3$s ha condiviso il calendario %2$s con il gruppo %1$s",
"You unshared calendar %2$s from group %1$s" : "Hai rimosso la condivisione del calendario %2$s con il gruppo %1$s",
@@ -24,6 +25,16 @@
"You deleted event %3$s from calendar %2$s" : "Hai eliminato l'evento %3$s dal calendario %2$s",
"%1$s updated event %3$s in calendar %2$s" : "%1$s ha aggiornato l'evento %3$s nel calendario %2$s",
"You updated event %3$s in calendar %2$s" : "Hai aggiornato l'evento %3$s nel calendario %2$s",
+ "%1$s created todo %3$s in list %2$s" : "%1$s ha creato la cosa da fare %3$s nell'elenco %2$s",
+ "You created todo %3$s in list %2$s" : "Hai creato la cosa da fare %3$s nell'elenco %2$s",
+ "%1$s deleted todo %3$s from list %2$s" : "%1$s ha eliminato la cosa da fare %3$s dall'elenco %2$s",
+ "You deleted todo %3$s from list %2$s" : "Hai eliminato la cosa da fare %3$s dall'elenco %2$s",
+ "%1$s updated todo %3$s in list %2$s" : "%1$s ha aggiornato la cosa da fare %3$s nell'elenco %2$s",
+ "You updated todo %3$s in list %2$s" : "Hai aggiornato la cosa da fare %3$s nell'elenco %2$s",
+ "%1$s solved todo %3$s in list %2$s" : "%1$s ha risolto la cosa da fare %3$s nell'elenco %2$s",
+ "You solved todo %3$s in list %2$s" : "Hai risolto la cosa da fare %3$s nell'elenco %2$s",
+ "%1$s reopened todo %3$s in list %2$s" : "%1$s ha riaperto la cosa da fare %3$s nell'elenco %2$s",
+ "You reopened todo %3$s in list %2$s" : "Hai riaperto la cosa da fare %3$s nell'elenco %2$s",
"Calendar" : "Calendario",
"Todos" : "Cose da fare",
"Contact birthdays" : "Date di nascita dei contatti",
diff --git a/apps/dav/l10n/nl.js b/apps/dav/l10n/nl.js
index 0d573861d52..64375fea6fc 100644
--- a/apps/dav/l10n/nl.js
+++ b/apps/dav/l10n/nl.js
@@ -1,6 +1,34 @@
OC.L10N.register(
"dav",
{
+ "A <strong>calendar</strong> was modified" : "Een <strong>agenda</strong> is aangepast",
+ "A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast",
+ "A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast",
+ "%1$s created calendar %2$s" : "%1$s heeft agenda %2$s gemaakt",
+ "You created calendar %2$s" : "U heeft agenda %2$s gemaakt",
+ "%1$s deleted calendar %2$s" : "%1$s heeft agenda %2$s verwijderd.",
+ "You deleted calendar %2$s" : "U heeft agenda %2$s verwijderd",
+ "%1$s updated calendar %2$s" : "%1$s heeft agenda %2$s geüpdatet",
+ "You updated calendar %2$s" : "U heeft agenda %2$s geüpdated",
+ "%1$s shared calendar %2$s with you" : "%1$s heeft agenda %2$s met u gedeeld",
+ "You shared calendar %2$s with %1$s" : "U heeft agenda %2$s met %1$s gedeeld",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s heeft agenda %2$s met %1$s gedeeld",
+ "%1$s unshared calendar %2$s from you" : "%1$s stopt het delen van agenda %2$s met u",
+ "You unshared calendar %2$s from %1$s" : "U stopte met delen van agenda %2$s met %1$s ",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s stopte met het delen van agenda %2$s met %1$s ",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s stopte met het delen van agenda %2$s met zichzelf",
+ "You shared calendar %2$s with group %1$s" : "Je deelde agenda %2$s met groep %1$s",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s deelde agenda %2$s met groep %1$s",
+ "You unshared calendar %2$s from group %1$s" : "Je stopte met delen van agenda %2$s met groep %1$s ",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s stopte met het delen van agenda %2$s met groep %1$s ",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s creëerde afspraak %3$s in agenda %2$s",
+ "You created event %3$s in calendar %2$s" : "Je creëerde afspraak %3$s in agenda %2$s",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s verwijderde afspraak %3$s uit agenda %2$s",
+ "You deleted event %3$s from calendar %2$s" : "Je verwijderde afspraak %3$s uit agenda %2$s",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s heeft afspraak %3$s in agenda %2$s bijgewerkt",
+ "You updated event %3$s in calendar %2$s" : "Je hebt afspraak %3$s in agenda %2$s bijgewerkt",
+ "Calendar" : "Kalender",
+ "Todos" : "Te doen",
"Contact birthdays" : "Verjaardagen",
"Personal" : "Persoonlijk",
"Contacts" : "Contactpersonen",
diff --git a/apps/dav/l10n/nl.json b/apps/dav/l10n/nl.json
index 6c3faa5ea6c..ccd6873dfa0 100644
--- a/apps/dav/l10n/nl.json
+++ b/apps/dav/l10n/nl.json
@@ -1,4 +1,32 @@
{ "translations": {
+ "A <strong>calendar</strong> was modified" : "Een <strong>agenda</strong> is aangepast",
+ "A calendar <strong>event</strong> was modified" : "Een agenda <strong>gebeurtenis</strong> is aangepast",
+ "A calendar <strong>todo</strong> was modified" : "Een agenda <strong>Te doen</strong> was aangepast",
+ "%1$s created calendar %2$s" : "%1$s heeft agenda %2$s gemaakt",
+ "You created calendar %2$s" : "U heeft agenda %2$s gemaakt",
+ "%1$s deleted calendar %2$s" : "%1$s heeft agenda %2$s verwijderd.",
+ "You deleted calendar %2$s" : "U heeft agenda %2$s verwijderd",
+ "%1$s updated calendar %2$s" : "%1$s heeft agenda %2$s geüpdatet",
+ "You updated calendar %2$s" : "U heeft agenda %2$s geüpdated",
+ "%1$s shared calendar %2$s with you" : "%1$s heeft agenda %2$s met u gedeeld",
+ "You shared calendar %2$s with %1$s" : "U heeft agenda %2$s met %1$s gedeeld",
+ "%3$s shared calendar %2$s with %1$s" : "%3$s heeft agenda %2$s met %1$s gedeeld",
+ "%1$s unshared calendar %2$s from you" : "%1$s stopt het delen van agenda %2$s met u",
+ "You unshared calendar %2$s from %1$s" : "U stopte met delen van agenda %2$s met %1$s ",
+ "%3$s unshared calendar %2$s from %1$s" : "%3$s stopte met het delen van agenda %2$s met %1$s ",
+ "%1$s unshared calendar %2$s from themselves" : "%1$s stopte met het delen van agenda %2$s met zichzelf",
+ "You shared calendar %2$s with group %1$s" : "Je deelde agenda %2$s met groep %1$s",
+ "%3$s shared calendar %2$s with group %1$s" : "%3$s deelde agenda %2$s met groep %1$s",
+ "You unshared calendar %2$s from group %1$s" : "Je stopte met delen van agenda %2$s met groep %1$s ",
+ "%3$s unshared calendar %2$s from group %1$s" : "%3$s stopte met het delen van agenda %2$s met groep %1$s ",
+ "%1$s created event %3$s in calendar %2$s" : "%1$s creëerde afspraak %3$s in agenda %2$s",
+ "You created event %3$s in calendar %2$s" : "Je creëerde afspraak %3$s in agenda %2$s",
+ "%1$s deleted event %3$s from calendar %2$s" : "%1$s verwijderde afspraak %3$s uit agenda %2$s",
+ "You deleted event %3$s from calendar %2$s" : "Je verwijderde afspraak %3$s uit agenda %2$s",
+ "%1$s updated event %3$s in calendar %2$s" : "%1$s heeft afspraak %3$s in agenda %2$s bijgewerkt",
+ "You updated event %3$s in calendar %2$s" : "Je hebt afspraak %3$s in agenda %2$s bijgewerkt",
+ "Calendar" : "Kalender",
+ "Todos" : "Te doen",
"Contact birthdays" : "Verjaardagen",
"Personal" : "Persoonlijk",
"Contacts" : "Contactpersonen",