X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8af012bc2aaa0dacc64c0f69e78b34a2e0472119..refs/pull/2227/head:/resources/lang/en/activities.php diff --git a/resources/lang/en/activities.php b/resources/lang/en/activities.php index 7a3bcd760..4cac54b2a 100644 --- a/resources/lang/en/activities.php +++ b/resources/lang/en/activities.php @@ -1,21 +1,20 @@ 'created page', 'page_create_notification' => 'Page Successfully Created', 'page_update' => 'updated page', 'page_update_notification' => 'Page Successfully Updated', 'page_delete' => 'deleted page', - 'page_delete_notification' => 'Page Successfully Created', + 'page_delete_notification' => 'Page Successfully Deleted', 'page_restore' => 'restored page', 'page_restore_notification' => 'Page Successfully Restored', + 'page_move' => 'moved page', // Chapters 'chapter_create' => 'created chapter', @@ -24,6 +23,7 @@ return [ 'chapter_update_notification' => 'Chapter Successfully Updated', 'chapter_delete' => 'deleted chapter', 'chapter_delete_notification' => 'Chapter Successfully Deleted', + 'chapter_move' => 'moved chapter', // Books 'book_create' => 'created book', @@ -35,4 +35,14 @@ return [ 'book_sort' => 'sorted book', 'book_sort_notification' => 'Book Successfully Re-sorted', -]; \ No newline at end of file + // 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', +];