From: abno85 Date: Fri, 13 Apr 2018 06:44:54 +0000 (+0200) Subject: Add comment_add X-Git-Tag: v0.21.0~1^2~10^2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/798/head?ds=inline Add comment_add Missed 'comment_add' the last time --- diff --git a/resources/lang/de/entities.php b/resources/lang/de/entities.php index 9fe869a70..460110eb4 100644 --- a/resources/lang/de/entities.php +++ b/resources/lang/de/entities.php @@ -238,6 +238,7 @@ return [ */ 'comment' => 'Kommentar', 'comments' => 'Kommentare', + 'comment_add' => 'Kommentieren', 'comment_placeholder' => 'Geben Sie hier Ihre Kommentare ein (Markdown unterstützt)', 'comment_count' => '{0} Keine Kommentare|{1} 1 Kommentar|[2,*] :count Kommentare', 'comment_save' => 'Kommentar speichern',