diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 7a00bbb..2abe954 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -1,7 +1,7 @@ OC.L10N.register( "forms", { - "Do you really want to delete this new form?" : "Wollen Sie das neue Formular wirklich löschen?", + "Do you really want to delete this new form?" : "Möchten Sie das neue Formular wirklich löschen?", "Forms" : "Formulare", "Forms App - New Activity" : "Formulare App - Neue Aktivität", "{user} participated in the form \"{title}\"" : "{user} füllte das Formular \"{title}\" aus. ", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 9b49bca..9dad44e 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,5 +1,5 @@ { "translations": { - "Do you really want to delete this new form?" : "Wollen Sie das neue Formular wirklich löschen?", + "Do you really want to delete this new form?" : "Möchten Sie das neue Formular wirklich löschen?", "Forms" : "Formulare", "Forms App - New Activity" : "Formulare App - Neue Aktivität", "{user} participated in the form \"{title}\"" : "{user} füllte das Formular \"{title}\" aus. ",