]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/activities.php
Trying to make the tests green.
[bookstack] / resources / lang / en / activities.php
index ea18d6693fd772d63b80aa8939406b56b6111bde..56af4ca07b3c9914c9158a9e6c33fa116d07c2b7 100644 (file)
@@ -4,35 +4,37 @@ return [
 
     /**
      * Activity text strings.
-     * Is used for all the text within activity logs.
+     * Is used for all the text within activity logs & notifications.
      */
 
     // Pages
-    'page_create' => '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_restore' => 'restored page',
-    'page_restore_notification' => 'Page Successfully Restored',
+    'page_create'                 => '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 Deleted',
+    'page_restore'                => 'restored page',
+    'page_restore_notification'   => 'Page Successfully Restored',
+    'page_move'                   => 'moved page',
 
     // Chapters
-    'chapter_create' => 'created chapter',
+    'chapter_create'              => 'created chapter',
     'chapter_create_notification' => 'Chapter Successfully Created',
-    'chapter_update' => 'updated chapter',
+    'chapter_update'              => 'updated chapter',
     'chapter_update_notification' => 'Chapter Successfully Updated',
-    'chapter_delete' => 'deleted chapter',
+    'chapter_delete'              => 'deleted chapter',
     'chapter_delete_notification' => 'Chapter Successfully Deleted',
+    'chapter_move'                => 'moved chapter',
 
     // Books
-    'book_create' => 'created book',
-    'book_create_notification' => 'Book Successfully Created',
-    'book_update' => 'updated book',
-    'book_update_notification' => 'Book Successfully Updated',
-    'book_delete' => 'deleted book',
-    'book_delete_notification' => 'Book Successfully Deleted',
-    'book_sort'   => 'sorted book',
-    'book_sort_notification' => 'Book Successfully Re-sorted',
+    'book_create'                 => 'created book',
+    'book_create_notification'    => 'Book Successfully Created',
+    'book_update'                 => 'updated book',
+    'book_update_notification'    => 'Book Successfully Updated',
+    'book_delete'                 => 'deleted book',
+    'book_delete_notification'    => 'Book Successfully Deleted',
+    'book_sort'                   => 'sorted book',
+    'book_sort_notification'      => 'Book Successfully Re-sorted',
 
-];
\ No newline at end of file
+];