<?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
return [
- /**
- * Activity text strings.
- * Is used for all the text within activity logs & notifications.
- */
-
// Pages
'page_create' => 'ha creato la pagina',
'page_create_notification' => 'Pagina Creata Correttamente',
'chapter_update_notification' => 'Capitolo Aggiornato Correttamente',
'chapter_delete' => 'ha eliminato il capitolo',
'chapter_delete_notification' => 'Capitolo Eliminato Correttamente',
- 'chapter_move' => 'ha mosso il capitolo',
+ 'chapter_move' => 'ha spostato il capitolo',
// Books
'book_create' => 'ha creato il libro',
'book_sort' => 'ha ordinato il libro',
'book_sort_notification' => 'Libro Riordinato Correttamente',
+ // Bookshelves
+ 'bookshelf_create' => 'ha creato la Libreria',
+ 'bookshelf_create_notification' => 'Libreria Creata Correttamente',
+ 'bookshelf_update' => 'ha aggiornato la libreria',
+ 'bookshelf_update_notification' => 'Libreria Aggiornata Correttamente',
+ 'bookshelf_delete' => 'ha eliminato la libreria',
+ 'bookshelf_delete_notification' => 'Libreria Eliminata Correttamente',
+
// Other
'commented_on' => 'ha commentato in',
+ 'permissions_update' => 'updated permissions',
];