- 'comment_reply' => 'Reply',
- 'comment_edit' => 'Edit',
- 'comment_delete' => 'Delete',
- 'comment_cancel' => 'Cancel',
- 'comment_created' => 'Comment added',
- 'comment_updated' => 'Comment updated',
- 'comment_deleted' => 'Comment deleted',
- 'comment_updated_text' => 'Updated :updateDiff by',
- 'comment_delete_confirm' => 'This will remove the contents of the comment. Are you sure you want to delete this comment?',
- 'comment_create' => 'Created'
-
+ 'comment_saving' => 'Saving comment...',
+ 'comment_deleting' => 'Deleting comment...',
+ 'comment_new' => 'New Comment',
+ 'comment_created' => 'commented :createDiff',
+ 'comment_updated' => 'Updated :updateDiff by :username',
+ 'comment_deleted_success' => 'Comment deleted',
+ 'comment_created_success' => 'Comment added',
+ 'comment_updated_success' => 'Comment updated',
+ 'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
+ 'comment_in_reply_to' => 'In reply to :commentId',