BookStack/resources/lang/nb/activities.php
2021-05-30 15:10:11 +01:00

55 lines
2.2 KiB
PHP

<?php
/**
* Activity text strings.
* Is used for all the text within activity logs & notifications.
*/
return [
// Pages
'page_create' => 'opprettet side',
'page_create_notification' => 'Siden ble opprettet',
'page_update' => 'oppdaterte side',
'page_update_notification' => 'Siden ble oppdatert',
'page_delete' => 'slettet side',
'page_delete_notification' => 'Siden ble slettet',
'page_restore' => 'gjenopprettet side',
'page_restore_notification' => 'Siden ble gjenopprettet',
'page_move' => 'flyttet side',
// Chapters
'chapter_create' => 'opprettet kapittel',
'chapter_create_notification' => 'Kapittelet ble opprettet',
'chapter_update' => 'oppdaterte kapittel',
'chapter_update_notification' => 'Kapittelet ble oppdatert',
'chapter_delete' => 'slettet kapittel',
'chapter_delete_notification' => 'Kapittelet ble slettet',
'chapter_move' => 'flyttet kapittel
',
// Books
'book_create' => 'opprettet bok',
'book_create_notification' => 'Boken ble opprettet',
'book_update' => 'oppdaterte bok',
'book_update_notification' => 'Boken ble oppdatert',
'book_delete' => 'slettet bok',
'book_delete_notification' => 'Boken ble slettet',
'book_sort' => 'sorterte bok',
'book_sort_notification' => 'Boken ble omsortert',
// Bookshelves
'bookshelf_create' => 'opprettet bokhylle',
'bookshelf_create_notification' => 'Bokhyllen ble opprettet',
'bookshelf_update' => 'oppdaterte bokhylle',
'bookshelf_update_notification' => 'Bokhyllen ble oppdatert',
'bookshelf_delete' => 'slettet bokhylle',
'bookshelf_delete_notification' => 'Bokhyllen ble slettet',
// Favourites
'favourite_add_notification' => '":name" has been added to your favourites',
'favourite_remove_notification' => '":name" has been removed from your favourites',
// Other
'commented_on' => 'kommenterte på',
'permissions_update' => 'oppdaterte tilganger',
];