]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/lt/activities.php
Guest create page: name field autofocus
[bookstack] / resources / lang / lt / activities.php
index b8ac7049fb123e5fa1b629661e07c8025d2ce278..5644a94870f7b272b718b709219183a650bb81df 100644 (file)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'sukurta knyga',
     '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'                 => 'atnaujinta knyga',
     'book_update_notification'    => 'Book successfully updated',
     'book_delete'                 => 'ištrinta knyga',
@@ -36,12 +38,14 @@ return [
     'book_sort_notification'      => 'Book successfully re-sorted',
 
     // Bookshelves
-    'bookshelf_create'            => 'created bookshelf',
-    'bookshelf_create_notification'    => 'Bookshelf successfully created',
-    'bookshelf_update'                 => 'atnaujinta knygų lentyna',
-    'bookshelf_update_notification'    => 'Bookshelf successfully updated',
-    'bookshelf_delete'                 => 'ištrinta knygų lentyna',
-    'bookshelf_delete_notification'    => 'Bookshelf successfully deleted',
+    'bookshelf_create'            => 'created shelf',
+    'bookshelf_create_notification'    => 'Shelf successfully created',
+    'bookshelf_create_from_book'    => 'converted book to shelf',
+    'bookshelf_create_from_book_notification'    => 'Book successfully converted to a shelf',
+    'bookshelf_update'                 => 'updated shelf',
+    'bookshelf_update_notification'    => 'Shelf successfully updated',
+    'bookshelf_delete'                 => 'deleted shelf',
+    'bookshelf_delete_notification'    => 'Shelf successfully deleted',
 
     // Favourites
     'favourite_add_notification' => '":name" has been added to your favourites',