X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3570/head:/resources/lang/sv/activities.php diff --git a/resources/lang/sv/activities.php b/resources/lang/sv/activities.php index 65b20c1db..fbd5115ad 100644 --- a/resources/lang/sv/activities.php +++ b/resources/lang/sv/activities.php @@ -28,6 +28,8 @@ return [ // Books 'book_create' => 'skapade boken', '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' => 'uppdaterade boken', 'book_update_notification' => 'Book successfully updated', 'book_delete' => 'tog bort boken', @@ -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' => 'uppdaterade hyllan', 'bookshelf_update_notification' => 'Bookshelf successfully updated', 'bookshelf_delete' => 'tog bort hyllan',