diff options
Diffstat (limited to 'apps/comments/l10n/de_DE.js')
-rw-r--r-- | apps/comments/l10n/de_DE.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index bbddac44a10..93ed87318b6 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -21,6 +21,7 @@ OC.L10N.register( "You commented" : "Sie haben kommentiert", "%1$s commented" : "%1$s kommentierte", "You commented on %2$s" : "Sie haben %2$s kommentiert", - "%1$s commented on %2$s" : "%1$s kommentierte %2$s" + "%1$s commented on %2$s" : "%1$s kommentierte %2$s", + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien" }, "nplurals=2; plural=(n != 1);"); |