]> BookStack Code Mirror - bookstack/blob - resources/lang/nb/activities.php
Aligned norwegian lang with others and used correct locale
[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'    => 'Siden ble opprettet',
11     'page_update'                 => 'oppdaterte side',
12     'page_update_notification'    => 'Siden ble oppdatert',
13     'page_delete'                 => 'slettet side',
14     'page_delete_notification'    => 'Siden ble slettet',
15     'page_restore'                => 'gjenopprettet side',
16     'page_restore_notification'   => 'Siden ble gjenopprettet',
17     'page_move'                   => 'flyttet side',
18
19     // Chapters
20     'chapter_create'              => 'opprettet kapittel',
21     'chapter_create_notification' => 'Kapittelet ble opprettet',
22     'chapter_update'              => 'oppdaterte kapittel',
23     'chapter_update_notification' => 'Kapittelet ble oppdatert',
24     'chapter_delete'              => 'slettet kapittel',
25     'chapter_delete_notification' => 'Kapittelet ble slettet',
26     'chapter_move'                => 'flyttet kapittel
27     ',
28
29     // Books
30     'book_create'                 => 'opprettet bok',
31     'book_create_notification'    => 'Boken ble opprettet',
32     'book_update'                 => 'oppdaterte bok',
33     'book_update_notification'    => 'Boken ble oppdatert',
34     'book_delete'                 => 'slettet bok',
35     'book_delete_notification'    => 'Boken ble slettet',
36     'book_sort'                   => 'sorterte bok',
37     'book_sort_notification'      => 'Boken ble omsortert',
38
39     // Bookshelves
40     'bookshelf_create'            => 'opprettet bokhylle',
41     'bookshelf_create_notification'    => 'Bokhyllen ble opprettet',
42     'bookshelf_update'                 => 'oppdaterte bokhylle',
43     'bookshelf_update_notification'    => 'Bokhyllen ble oppdatert',
44     'bookshelf_delete'                 => 'slettet bokhylle',
45     'bookshelf_delete_notification'    => 'Bokhyllen ble slettet',
46
47     // Other
48     'commented_on'                => 'kommenterte på',
49 ];