]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/activities.php
Update french translasion
[bookstack] / resources / lang / en / activities.php
index 187fe1e53fb7c687daf54bf592afee33e1a40e5a..153ae33f0a6124f6c3199252b72f50e85ff70e6c 100644 (file)
@@ -37,6 +37,14 @@ return [
     'book_sort'                   => 'sorted book',
     'book_sort_notification'      => 'Book Successfully Re-sorted',
 
+    // 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',
 ];