diff --git a/l10n/de.js b/l10n/de.js index 94e47e7d9..004f38bdd 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -11,6 +11,7 @@ OC.L10N.register( "No activities" : "Keine Aktivitäten", "More activities" : "Weitere Aktivitäten", "Daily activity summary for %s" : "Tägliche Aktivitätsübersicht für %s", + "_and %n more…_::_and %n more…_" : ["und %n weitere","und %n weitere…"], "All activities" : "Alle Aktivitäten", "By others" : "Von anderen", "By you" : "Von dir", diff --git a/l10n/de.json b/l10n/de.json index 118c7f48a..235f08644 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -9,6 +9,7 @@ "No activities" : "Keine Aktivitäten", "More activities" : "Weitere Aktivitäten", "Daily activity summary for %s" : "Tägliche Aktivitätsübersicht für %s", + "_and %n more…_::_and %n more…_" : ["und %n weitere","und %n weitere…"], "All activities" : "Alle Aktivitäten", "By others" : "Von anderen", "By you" : "Von dir",