X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc1f46cbf45d8a918d15a335653fb6a9d688d23c..refs/pull/3918/head:/resources/lang/nb/common.php diff --git a/resources/lang/nb/common.php b/resources/lang/nb/common.php index 8ba4e7474..af7d0635d 100644 --- a/resources/lang/nb/common.php +++ b/resources/lang/nb/common.php @@ -18,13 +18,14 @@ return [ 'name' => 'Navn', 'description' => 'Beskrivelse', 'role' => 'Rolle', - 'cover_image' => 'Bokomslag', + 'cover_image' => 'Forside', 'cover_image_description' => 'Bildet bør være ca. 440x250px.', - + // Actions 'actions' => 'Handlinger', 'view' => 'Vis', 'view_all' => 'Vis alle', + 'new' => 'New', 'create' => 'Opprett', 'update' => 'Oppdater', 'edit' => 'Rediger', @@ -45,6 +46,10 @@ return [ 'unfavourite' => 'Avfavorisér', 'next' => 'Neste', 'previous' => 'Forrige', + 'filter_active' => 'Active Filter:', + 'filter_clear' => 'Clear Filter', + 'download' => 'Download', + 'open_in_tab' => 'Open in Tab', // Sort Options 'sort_options' => 'Sorteringsalternativer', @@ -69,14 +74,21 @@ return [ 'list_view' => 'Listevisning', 'default' => 'Standard', 'breadcrumb' => 'Brødsmuler', + 'status' => 'Status', + 'status_active' => 'Active', + 'status_inactive' => 'Inactive', + 'never' => 'Never', + 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Utvid toppmeny', 'profile_menu' => 'Profilmeny', 'view_profile' => 'Vis profil', 'edit_profile' => 'Endre Profile', 'dark_mode' => 'Kveldsmodus', 'light_mode' => 'Dagmodus', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Informasjon',