- 'comment_create' => 'added comment',
- 'comment_update' => 'updated comment',
- 'comment_delete' => 'deleted comment',
+ 'comment_create' => 'lagt till kommentar',
+ 'comment_update' => 'uppdaterad kommentar',
+ 'comment_delete' => 'raderad kommentar',
+
+ // Sort Rules
+ 'sort_rule_create' => 'sorteringsregel skapad',
+ 'sort_rule_create_notification' => 'Sorteringsregel har skapats',
+ 'sort_rule_update' => 'sorteringsregel uppdaterad',
+ 'sort_rule_update_notification' => 'Sorteringsregel har uppdaterats',
+ 'sort_rule_delete' => 'sorteringsregel borttagen',
+ 'sort_rule_delete_notification' => 'Sorteringsregel har tagits bort',