3 * Activity text strings.
4 * Is used for all the text within activity logs & notifications.
9 'page_create' => 'skapade sidan',
10 'page_create_notification' => 'Page successfully created',
11 'page_update' => 'uppdaterade sidan',
12 'page_update_notification' => 'Page successfully updated',
13 'page_delete' => 'tog bort sidan',
14 'page_delete_notification' => 'Page successfully deleted',
15 'page_restore' => 'återställde sidan',
16 'page_restore_notification' => 'Page successfully restored',
17 'page_move' => 'flyttade sidan',
20 'chapter_create' => 'skapade kapitlet',
21 'chapter_create_notification' => 'Chapter successfully created',
22 'chapter_update' => 'uppdaterade kapitlet',
23 'chapter_update_notification' => 'Chapter successfully updated',
24 'chapter_delete' => 'tog bort kapitlet',
25 'chapter_delete_notification' => 'Chapter successfully deleted',
26 'chapter_move' => 'flyttade kapitlet',
29 'book_create' => 'skapade boken',
30 'book_create_notification' => 'Book successfully created',
31 'book_create_from_chapter' => 'converted chapter to book',
32 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
33 'book_update' => 'uppdaterade boken',
34 'book_update_notification' => 'Book successfully updated',
35 'book_delete' => 'tog bort boken',
36 'book_delete_notification' => 'Book successfully deleted',
37 'book_sort' => 'sorterade boken',
38 'book_sort_notification' => 'Book successfully re-sorted',
41 'bookshelf_create' => 'created shelf',
42 'bookshelf_create_notification' => 'Shelf successfully created',
43 'bookshelf_create_from_book' => 'converted book to shelf',
44 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
45 'bookshelf_update' => 'updated shelf',
46 'bookshelf_update_notification' => 'Shelf successfully updated',
47 'bookshelf_delete' => 'deleted shelf',
48 'bookshelf_delete_notification' => 'Shelf successfully deleted',
51 'favourite_add_notification' => '":name" har lagts till i dina favoriter',
52 'favourite_remove_notification' => '":name" har tagits bort från dina favoriter',
55 'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
56 'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
59 'webhook_create' => 'created webhook',
60 'webhook_create_notification' => 'Webhook successfully created',
61 'webhook_update' => 'updated webhook',
62 'webhook_update_notification' => 'Webhook successfully updated',
63 'webhook_delete' => 'deleted webhook',
64 'webhook_delete_notification' => 'Webhook successfully deleted',
67 'user_update_notification' => 'User successfully updated',
68 'user_delete_notification' => 'User successfully removed',
71 'commented_on' => 'kommenterade',
72 'permissions_update' => 'uppdaterade behörigheter',