<?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' => 'skapade sidan',
'page_create_notification' => 'Sidan har skapats',
'book_sort' => 'sorterade boken',
'book_sort_notification' => 'Boken har sorterats om',
- // Shelves
- 'bookshelf_create' => 'skapade hyllan',
- 'bookshelf_create_notification' => 'Hyllan har skapats',
- 'bookshelf_update' => 'uppdaterade hyllan',
- 'bookshelf_update_notification' => 'Hyllan har uppdaterats',
- 'bookshelf_delete' => 'tog bort hyllan',
- 'bookshelf_delete_notification' => 'Hyllan har tagits bort',
+ // Bookshelves
+ 'bookshelf_create' => 'skapade hyllan',
+ 'bookshelf_create_notification' => 'Hyllan har skapats',
+ 'bookshelf_update' => 'uppdaterade hyllan',
+ 'bookshelf_update_notification' => 'Hyllan har uppdaterats',
+ 'bookshelf_delete' => 'tog bort hyllan',
+ 'bookshelf_delete_notification' => 'Hyllan har tagits bort',
// Other
'commented_on' => 'kommenterade',