]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/nb/activities.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / nb / activities.php
index 12d0dba6217d35032dd4c31d79ba0c5ece4a1e5b..cbccb356e810426ddc3d234317c6207cb1cb879e 100644 (file)
@@ -7,46 +7,62 @@ return [
 
     // Pages
     'page_create'                 => 'opprettet side',
-    'page_create_notification'    => 'Siden ble opprettet',
+    'page_create_notification'    => 'Page successfully created',
     'page_update'                 => 'oppdaterte side',
-    'page_update_notification'    => 'Siden ble oppdatert',
+    'page_update_notification'    => 'Page successfully updated',
     'page_delete'                 => 'slettet side',
-    'page_delete_notification'    => 'Siden ble slettet',
+    'page_delete_notification'    => 'Page successfully deleted',
     'page_restore'                => 'gjenopprettet side',
-    'page_restore_notification'   => 'Siden ble gjenopprettet',
+    'page_restore_notification'   => 'Page successfully restored',
     'page_move'                   => 'flyttet side',
 
     // Chapters
     'chapter_create'              => 'opprettet kapittel',
-    'chapter_create_notification' => 'Kapittelet ble opprettet',
+    'chapter_create_notification' => 'Chapter successfully created',
     'chapter_update'              => 'oppdaterte kapittel',
-    'chapter_update_notification' => 'Kapittelet ble oppdatert',
+    'chapter_update_notification' => 'Chapter successfully updated',
     'chapter_delete'              => 'slettet kapittel',
-    'chapter_delete_notification' => 'Kapittelet ble slettet',
+    'chapter_delete_notification' => 'Chapter successfully deleted',
     'chapter_move'                => 'flyttet kapittel
     ',
 
     // Books
     'book_create'                 => 'opprettet bok',
-    'book_create_notification'    => 'Boken ble opprettet',
+    'book_create_notification'    => 'Book successfully created',
     'book_update'                 => 'oppdaterte bok',
-    'book_update_notification'    => 'Boken ble oppdatert',
+    'book_update_notification'    => 'Book successfully updated',
     'book_delete'                 => 'slettet bok',
-    'book_delete_notification'    => 'Boken ble slettet',
+    'book_delete_notification'    => 'Book successfully deleted',
     'book_sort'                   => 'sorterte bok',
-    'book_sort_notification'      => 'Boken ble omsortert',
+    'book_sort_notification'      => 'Book successfully re-sorted',
 
     // Bookshelves
-    'bookshelf_create'            => 'opprettet bokhylle',
-    'bookshelf_create_notification'    => 'Bokhyllen ble opprettet',
+    'bookshelf_create'            => 'created bookshelf',
+    'bookshelf_create_notification'    => 'Bookshelf successfully created',
     'bookshelf_update'                 => 'oppdaterte bokhylle',
-    'bookshelf_update_notification'    => 'Bokhyllen ble oppdatert',
+    'bookshelf_update_notification'    => 'Bookshelf successfully updated',
     'bookshelf_delete'                 => 'slettet bokhylle',
-    'bookshelf_delete_notification'    => 'Bokhyllen ble slettet',
+    'bookshelf_delete_notification'    => 'Bookshelf successfully deleted',
 
     // Favourites
-    'favourite_add_notification' => '":name" has been added to your favourites',
-    'favourite_remove_notification' => '":name" has been removed from your favourites',
+    'favourite_add_notification' => '«:name» ble lagt til i dine favoritter',
+    'favourite_remove_notification' => '«:name» ble fjernet fra dine favoritter',
+
+    // MFA
+    'mfa_setup_method_notification' => 'Flerfaktor-metoden ble konfigurert',
+    'mfa_remove_method_notification' => 'Flerfaktor-metoden ble fjernet',
+
+    // Webhooks
+    'webhook_create' => 'created webhook',
+    'webhook_create_notification' => 'Webhook successfully created',
+    'webhook_update' => 'updated webhook',
+    'webhook_update_notification' => 'Webhook successfully updated',
+    'webhook_delete' => 'deleted webhook',
+    'webhook_delete_notification' => 'Webhook successfully deleted',
+
+    // Users
+    'user_update_notification' => 'User successfully updated',
+    'user_delete_notification' => 'User successfully removed',
 
     // Other
     'commented_on'                => 'kommenterte på',