diff options
Diffstat (limited to 'apps/comments/l10n/de.js')
-rw-r--r-- | apps/comments/l10n/de.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index a6bd536ffee..447c2766411 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Comments" : "Kommentare", "Unknown user" : "Unbekannter Benutzer", - "New comment …" : "Neuer Kommentar ...", + "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", "Cancel" : "Abbrechen", @@ -19,16 +19,16 @@ OC.L10N.register( "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"], "Comment" : "Kommentar", "You commented" : "Von Dir kommentiert", - "%1$s commented" : "%1$s kommentiert", - "{author} commented" : "{author} 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", "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "{author} commented on {file}" : "{author} hat {file} kommentiert", "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Nutzer erwähnt dich in einem Kommentar zu \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Nutzer erwähnt dich in einem Kommentar zu “{file}”", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s erwähnt Dich in einem Kommentar zu “%2$s”", - "{user} mentioned you in a comment on “{file}”" : "{user} erwähnt Dich in einem Kommentar zu “{file}”" + "A (now) deleted user mentioned you in a comment on “%s”" : "Ein (nun) gelöschter Benutzer hat Dich in einem Kommentar zu \"%s\" erwähnt", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Ein (nun) gelöschter Benutzer hat Dich in einem Kommentar zu “{file}” erwähnt", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s hat Dich in einem Kommentar zu “%2$s” erwähnt ", + "{user} mentioned you in a comment on “{file}”" : "{user} hat Dich in einem Kommentar zu “{file}” erwähnt " }, "nplurals=2; plural=(n != 1);"); |