]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/it/activities.php
Fixed comment count update error
[bookstack] / resources / lang / it / activities.php
index 5696662f57d9040dca1d47b1b8a5b5bd884dea9b..eb369e4ec0b4fbafb7e7e25f805acbfe9ce5447e 100755 (executable)
@@ -28,6 +28,8 @@ return [
     // Books
     'book_create'                 => 'ha creato il libro',
     'book_create_notification'    => 'Libro creato con successo',
+    'book_create_from_chapter'              => 'convertito da capitolo a libro',
+    'book_create_from_chapter_notification' => 'Capitolo convertito con successo in libro',
     'book_update'                 => 'ha aggiornato il libro',
     'book_update_notification'    => 'Libro aggiornato con successo',
     'book_delete'                 => 'ha eliminato il libro',
@@ -38,6 +40,8 @@ return [
     // Bookshelves
     'bookshelf_create'            => 'libreria creata',
     'bookshelf_create_notification'    => 'Libreria creata con successo',
+    'bookshelf_create_from_book'    => 'libro convertito in libreria',
+    'bookshelf_create_from_book_notification'    => 'Libro convertito con successo in libreria',
     'bookshelf_update'                 => 'ha aggiornato la libreria',
     'bookshelf_update_notification'    => 'Libreria aggiornata con successo',
     'bookshelf_delete'                 => 'ha eliminato la libreria',
@@ -59,6 +63,10 @@ return [
     'webhook_delete' => 'webhook eliminato',
     'webhook_delete_notification' => 'Webhook eliminato con successo',
 
+    // Users
+    'user_update_notification' => 'Utente aggiornato con successo',
+    'user_delete_notification' => 'Utente rimosso con successo',
+
     // Other
     'commented_on'                => 'ha commentato in',
     'permissions_update'          => 'autorizzazioni aggiornate',