]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/sl/activities.php
Fixed some typos and corrected grammar.
[bookstack] / resources / lang / sl / activities.php
index 3c36c308c27590f358597ea778078296f9c38bcb..96ca48464040e11d2ca7088c953f3d4faa140c01 100644 (file)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'knjiga ustvarjena',
     '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'                 => 'knjiga posodobljena',
     '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'                 => 'knjižna polica posodobljena',
     'bookshelf_update_notification'    => 'Bookshelf successfully updated',
     'bookshelf_delete'                 => 'knjižna polica izbrisana',
@@ -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'                => 'komentar na',
     'permissions_update'          => 'pravice so posodobljene',