X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/05ef23d34e6346a1e4c05bc38eb7e5777180c514..refs/pull/3918/head:/resources/lang/nb/common.php diff --git a/resources/lang/nb/common.php b/resources/lang/nb/common.php index 522d317e6..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', @@ -47,6 +48,8 @@ return [ 'previous' => 'Forrige', 'filter_active' => 'Active Filter:', 'filter_clear' => 'Clear Filter', + 'download' => 'Download', + 'open_in_tab' => 'Open in Tab', // Sort Options 'sort_options' => 'Sorteringsalternativer', @@ -71,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',