diff options
Diffstat (limited to 'apps/comments/l10n/de.js')
-rw-r--r-- | apps/comments/l10n/de.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index 153bf2971ab..0482e43ffdc 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -3,7 +3,6 @@ OC.L10N.register( { "Comments" : "Kommentare", "You commented" : "Du hast kommentiert", - "%1$s commented" : "%1$s kommentierte", "{author} commented" : "{author} kommentierte", "You commented on %1$s" : "Du hast %1$s kommentiert", "You commented on {file}" : "Du hast {file} kommentiert", @@ -28,6 +27,7 @@ OC.L10N.register( "Comment deleted" : "Kommentar gelöscht", "An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten", "An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten", + "%1$s commented" : "%1$s kommentierte", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du wurdest in einem Kommentar auf \"{file}\" von einem bereits gelöschten Benutzer erwähnt", "{user} mentioned you in a comment on “{file}”" : "{user} hat dich in einem Kommentar zu “{file}” erwähnt" }, |