]> BookStack Code Mirror - bookstack/blob - resources/lang/nb/activities.php
Started work on details/summary blocks
[bookstack] / resources / lang / nb / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => 'opprettet side',
10     'page_create_notification'    => 'Page successfully created',
11     'page_update'                 => 'oppdaterte side',
12     'page_update_notification'    => 'Page successfully updated',
13     'page_delete'                 => 'slettet side',
14     'page_delete_notification'    => 'Page successfully deleted',
15     'page_restore'                => 'gjenopprettet side',
16     'page_restore_notification'   => 'Page successfully restored',
17     'page_move'                   => 'flyttet side',
18
19     // Chapters
20     'chapter_create'              => 'opprettet kapittel',
21     'chapter_create_notification' => 'Chapter successfully created',
22     'chapter_update'              => 'oppdaterte kapittel',
23     'chapter_update_notification' => 'Chapter successfully updated',
24     'chapter_delete'              => 'slettet kapittel',
25     'chapter_delete_notification' => 'Chapter successfully deleted',
26     'chapter_move'                => 'flyttet kapittel
27     ',
28
29     // Books
30     'book_create'                 => 'opprettet bok',
31     'book_create_notification'    => 'Book successfully created',
32     'book_update'                 => 'oppdaterte bok',
33     'book_update_notification'    => 'Book successfully updated',
34     'book_delete'                 => 'slettet bok',
35     'book_delete_notification'    => 'Book successfully deleted',
36     'book_sort'                   => 'sorterte bok',
37     'book_sort_notification'      => 'Book successfully re-sorted',
38
39     // Bookshelves
40     'bookshelf_create'            => 'created bookshelf',
41     'bookshelf_create_notification'    => 'Bookshelf successfully created',
42     'bookshelf_update'                 => 'oppdaterte bokhylle',
43     'bookshelf_update_notification'    => 'Bookshelf successfully updated',
44     'bookshelf_delete'                 => 'slettet bokhylle',
45     'bookshelf_delete_notification'    => 'Bookshelf successfully deleted',
46
47     // Favourites
48     'favourite_add_notification' => '«:name» ble lagt til i dine favoritter',
49     'favourite_remove_notification' => '«:name» ble fjernet fra dine favoritter',
50
51     // MFA
52     'mfa_setup_method_notification' => 'Flerfaktor-metoden ble konfigurert',
53     'mfa_remove_method_notification' => 'Flerfaktor-metoden ble fjernet',
54
55     // Webhooks
56     'webhook_create' => 'created webhook',
57     'webhook_create_notification' => 'Webhook successfully created',
58     'webhook_update' => 'updated webhook',
59     'webhook_update_notification' => 'Webhook successfully updated',
60     'webhook_delete' => 'deleted webhook',
61     'webhook_delete_notification' => 'Webhook successfully deleted',
62
63     // Other
64     'commented_on'                => 'kommenterte på',
65     'permissions_update'          => 'oppdaterte tilganger',
66 ];