]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/activities.php
Implement the renderPages parameter
[bookstack] / resources / lang / en / activities.php
index 094f973062ae358d61ba381b0fd1a60d64a2d9d7..4cac54b2a706efa35cb8873ebc247c20420e65b5 100644 (file)
@@ -1,12 +1,10 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => 'created page',
     'page_create_notification'    => 'Page Successfully Created',
@@ -37,9 +35,14 @@ return [
     'book_sort'                   => 'sorted book',
     'book_sort_notification'      => 'Book Successfully Re-sorted',
 
-    // Comments
-    'comment_create_notification' => '',
-    'comment_update_notification' => '',
-    'comment_delete_notification' => '',
+    // 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',
 ];