<?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' => 'página creada',
'page_create_notification' => 'Página creada exitosamente',
'book_sort' => 'libro ordenado',
'book_sort_notification' => 'Libro reordenado exitosamente',
+ // Bookshelves
+ 'bookshelf_create' => 'Estante creado',
+ 'bookshelf_create_notification' => 'Estante creado exitosamente',
+ 'bookshelf_update' => 'Estante actualizado',
+ 'bookshelf_update_notification' => 'Estante actualizado exitosamente',
+ 'bookshelf_delete' => 'Estante borrado',
+ 'bookshelf_delete_notification' => 'Estante borrado exitosamente',
+
// Other
'commented_on' => 'comentado',
];