]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/hr/activities.php
Fixed comment count update error
[bookstack] / resources / lang / hr / activities.php
index 58f4dabfac20601be19a185430c4f8605ce4246c..79f4af04e6be5437de2c1ddbd112d24e4a144ff3 100644 (file)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'stvorena knjiga',
     'book_create_notification'    => 'Book successfully created',
+    'book_create_from_chapter'              => 'converted chapter to book',
+    'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
     'book_update'                 => 'ažurirana knjiga',
     'book_update_notification'    => 'Book successfully updated',
     'book_delete'                 => 'izbrisana knjiga',
@@ -38,6 +40,8 @@ return [
     // Bookshelves
     'bookshelf_create'            => 'created bookshelf',
     'bookshelf_create_notification'    => 'Bookshelf successfully created',
+    'bookshelf_create_from_book'    => 'converted book to bookshelf',
+    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
     'bookshelf_update'                 => 'ažurirana polica za knjige',
     'bookshelf_update_notification'    => 'Bookshelf successfully updated',
     'bookshelf_delete'                 => 'izbrisana polica za knjige',
@@ -59,6 +63,10 @@ return [
     'webhook_delete' => 'deleted webhook',
     'webhook_delete_notification' => 'Webhook successfully deleted',
 
+    // Users
+    'user_update_notification' => 'User successfully updated',
+    'user_delete_notification' => 'User successfully removed',
+
     // Other
     'commented_on'                => 'komentirano',
     'permissions_update'          => 'ažurirana dopuštenja',