diff options
Diffstat (limited to 'apps/comments/l10n/de.js')
-rw-r--r-- | apps/comments/l10n/de.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index b46dcb20905..29cc5471d3b 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -18,9 +18,9 @@ OC.L10N.register( "{count} unread comments" : "{count} ungelesene Kommentare", "Comment" : "Kommentar", "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentare</strong> für Dateien<em>(immer im Stream aufgelistet)</em>", - "You commented" : "Du hast kommentiert", + "You commented" : "Kommentar hinzugefügt", "%1$s commented" : "%1$s kommentierte", - "You commented on %2$s" : "Du hast %2$s kommentiert", + "You commented on %2$s" : "Sie haben %2$s kommentiert", "%1$s commented on %2$s" : "%1$s kommentierte %2$s" }, "nplurals=2; plural=(n != 1);"); |