]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/activities.php
Finished migration of last angular code
[bookstack] / resources / lang / en / activities.php
index 7a3bcd7602e7f967f0057310c29e59f9d535ebc3..187fe1e53fb7c687daf54bf592afee33e1a40e5a 100644 (file)
@@ -4,7 +4,7 @@ return [
 
     /**
      * Activity text strings.
-     * Is used for all the text within activity logs.
+     * Is used for all the text within activity logs & notifications.
      */
 
     // Pages
@@ -13,9 +13,10 @@ return [
     '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 +25,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 +37,6 @@ return [
     'book_sort'                   => 'sorted book',
     'book_sort_notification'      => 'Book Successfully Re-sorted',
 
-];
\ No newline at end of file
+    // Other
+    'commented_on'                => 'commented on',
+];