diff options
Diffstat (limited to 'apps/comments/l10n/de.js')
-rw-r--r-- | apps/comments/l10n/de.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index 34a839ab484..c6c98114bde 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -21,6 +21,7 @@ OC.L10N.register( "You commented" : "Von Dir kommentiert", "%1$s commented" : "%1$s kommentiert", "You commented on %2$s" : "Du hast %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);"); |