X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9135a85de4eef32a91c7a3ee0aa405ed454e5a4c..refs/pull/4467/head:/lang/nb/common.php diff --git a/lang/nb/common.php b/lang/nb/common.php index af7d0635d..b6b378efb 100644 --- a/lang/nb/common.php +++ b/lang/nb/common.php @@ -6,6 +6,7 @@ return [ // Buttons 'cancel' => 'Avbryt', + 'close' => 'Lukk', 'confirm' => 'Bekreft', 'back' => 'Tilbake', 'save' => 'Lagre', @@ -25,11 +26,11 @@ return [ 'actions' => 'Handlinger', 'view' => 'Vis', 'view_all' => 'Vis alle', - 'new' => 'New', + 'new' => 'Ny', 'create' => 'Opprett', 'update' => 'Oppdater', 'edit' => 'Rediger', - 'sort' => 'Sorter', + 'sort' => 'Sortér', 'move' => 'Flytt', 'copy' => 'Kopier', 'reply' => 'Svar', @@ -41,15 +42,16 @@ return [ 'remove' => 'Fjern', 'add' => 'Legg til', 'configure' => 'Konfigurer', + 'manage' => 'Administrer', 'fullscreen' => 'Fullskjerm', 'favourite' => 'Favorisér', 'unfavourite' => 'Avfavorisér', 'next' => 'Neste', 'previous' => 'Forrige', - 'filter_active' => 'Active Filter:', - 'filter_clear' => 'Clear Filter', - 'download' => 'Download', - 'open_in_tab' => 'Open in Tab', + 'filter_active' => 'Aktivt filter:', + 'filter_clear' => 'Tøm filter', + 'download' => 'Last ned', + 'open_in_tab' => 'Åpne i fane', // Sort Options 'sort_options' => 'Sorteringsalternativer', @@ -75,20 +77,20 @@ return [ 'default' => 'Standard', 'breadcrumb' => 'Brødsmuler', 'status' => 'Status', - 'status_active' => 'Active', - 'status_inactive' => 'Inactive', - 'never' => 'Never', - 'none' => 'None', + 'status_active' => 'Aktiv', + 'status_inactive' => 'Inaktiv', + 'never' => 'Aldri', + 'none' => 'Ingen', // Header - 'homepage' => 'Homepage', + 'homepage' => 'Hjemmeside', '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', + 'global_search' => 'Globalt søk', // Layout tabs 'tab_info' => 'Informasjon',