summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/de_DE.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-11-26 01:06:57 +0000
committerNextcloud bot <bot@nextcloud.com>2016-11-26 01:06:57 +0000
commit8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch)
treea6e4cdf4ebb1f11402a1dca4afa609b6b811640c /apps/comments/l10n/de_DE.js
parent789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff)
downloadnextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.tar.gz
nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/de_DE.js')
-rw-r--r--apps/comments/l10n/de_DE.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js
index aa9c4238528..17c7d66c6e1 100644
--- a/apps/comments/l10n/de_DE.js
+++ b/apps/comments/l10n/de_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" : "Sie haben kommentiert",
"%1$s commented" : "%1$s kommentierte",
- "You commented on %2$s" : "Sie haben %2$s kommentiert",
+ "{author} commented" : "{author} kommentiert",
+ "You commented on %1$s" : "Sie haben %1$s kommentiert",
+ "You commented on {file}" : "Sie haben {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\".",
"%s mentioned you in a comment on \"%s\"." : "%s erwähnt Sie in einem Kommentar zu \"%s\".",
"Type in a new comment..." : "Neuen Kommentar eingeben...",
"No other comments available" : "Keine weiteren Kommentare verfügbar",
"More comments..." : "Weitere Kommentare...",
- "{count} unread comments" : "[count] ungelesene Kommentare"
+ "{count} unread comments" : "[count] ungelesene Kommentare",
+ "You commented on %2$s" : "Sie haben %2$s kommentiert"
},
"nplurals=2; plural=(n != 1);");