X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/06d75e180469be60a06bf6aa8e7172d2f61dd53e..refs/pull/2023/head:/resources/lang/en/activities.php diff --git a/resources/lang/en/activities.php b/resources/lang/en/activities.php index 125326b33..4cac54b2a 100644 --- a/resources/lang/en/activities.php +++ b/resources/lang/en/activities.php @@ -1,12 +1,10 @@ 'created page', 'page_create_notification' => 'Page Successfully Created', @@ -37,10 +35,14 @@ return [ 'book_sort' => 'sorted book', 'book_sort_notification' => 'Book Successfully Re-sorted', - // Comments - 'comment_create_notification' => '', - 'comment_update_notification' => '', - 'comment_delete_notification' => '', - 'comment_deleted' => 'This comment has been deleted.' + // Bookshelves + 'bookshelf_create' => 'created Bookshelf', + 'bookshelf_create_notification' => 'Bookshelf Successfully Created', + 'bookshelf_update' => 'updated bookshelf', + 'bookshelf_update_notification' => 'Bookshelf Successfully Updated', + 'bookshelf_delete' => 'deleted bookshelf', + 'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted', + // Other + 'commented_on' => 'commented on', ];