]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/es/activities.php
Allow toggling between grid and list view in shelf view (shelves.show)
[bookstack] / resources / lang / es / activities.php
index 7c53a7e7d8a74f08f0ccd744c00ad3475c5be7e9..aa90d9cd3e91832e3c33c73ea625c7be200afdff 100644 (file)
@@ -1,12 +1,10 @@
 <?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',
@@ -37,6 +35,14 @@ return [
     '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'                => 'comentada el',
 ];