diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
commit | 8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch) | |
tree | a6e4cdf4ebb1f11402a1dca4afa609b6b811640c /apps/comments/l10n/de.js | |
parent | 789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff) | |
download | nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.tar.gz nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/de.js')
-rw-r--r-- | apps/comments/l10n/de.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index c111a2c1573..e62eb8844f9 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -18,16 +18,20 @@ OC.L10N.register( "Error occurred while posting comment" : "Es ist ein Fehler beim Veröffentlichen des Kommentars aufgetreten", "_%n unread comment_::_%n unread comments_" : ["%n ungelesener Kommentar","%n ungelesene Kommentare"], "Comment" : "Kommentar", - "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", "You commented" : "Von Dir kommentiert", "%1$s commented" : "%1$s kommentiert", - "You commented on %2$s" : "Du hast %2$s kommentiert", + "{author} commented" : "{author} kommentiert", + "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 Sie in einem Kommentar zu \"%s\".", "%s mentioned you in a comment on \"%s\"." : "%s erwähnt Dich in einem Kommentar zu \"%s\".", "Type in a new comment..." : "Neuen Kommentar eingeben...", "No other comments available" : "Keine weiteren Kommentare vorhanden", "More comments..." : "Weitere Kommentare...", - "{count} unread comments" : "{count} ungelesene Kommentare" + "{count} unread comments" : "{count} ungelesene Kommentare", + "You commented on %2$s" : "Du hast %2$s kommentiert" }, "nplurals=2; plural=(n != 1);"); |