X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/58fa7679bccafd00f9a50bcd4a87e96876331b03..refs/pull/3918/head:/resources/lang/nb/common.php diff --git a/resources/lang/nb/common.php b/resources/lang/nb/common.php index 3aadd805a..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', @@ -39,11 +40,16 @@ return [ 'reset' => 'Nullstill', 'remove' => 'Fjern', 'add' => 'Legg til', + 'configure' => 'Konfigurer', 'fullscreen' => 'Fullskjerm', - 'favourite' => 'Favourite', - 'unfavourite' => 'Unfavourite', - 'next' => 'Next', - 'previous' => 'Previous', + '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', // Sort Options 'sort_options' => 'Sorteringsalternativer', @@ -51,7 +57,7 @@ return [ 'sort_ascending' => 'Stigende sortering', 'sort_descending' => 'Synkende sortering', 'sort_name' => 'Navn', - 'sort_default' => 'Default', + 'sort_default' => 'Standard', 'sort_created_at' => 'Dato opprettet', 'sort_updated_at' => 'Dato oppdatert', @@ -60,6 +66,7 @@ return [ 'no_activity' => 'Ingen aktivitet å vise', 'no_items' => 'Ingen ting å vise', 'back_to_top' => 'Hopp til toppen', + 'skip_to_main_content' => 'Gå til hovedinnhold', 'toggle_details' => 'Vis/skjul detaljer', 'toggle_thumbnails' => 'Vis/skjul miniatyrbilder', 'details' => 'Detaljer', @@ -67,20 +74,27 @@ return [ 'list_view' => 'Listevisning', 'default' => 'Standard', 'breadcrumb' => 'Brødsmuler', + 'status' => 'Status', + 'status_active' => 'Active', + 'status_inactive' => 'Inactive', + 'never' => 'Never', + 'none' => 'None', // Header - 'header_menu_expand' => 'Expand Header Menu', + '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', - 'tab_info_label' => 'Tab: Show Secondary Information', + 'tab_info_label' => 'Fane: Vis tilleggsinfo', 'tab_content' => 'Innhold', - 'tab_content_label' => 'Tab: Show Primary Content', + 'tab_content_label' => 'Fane: Vis hovedinnhold', // Email Content 'email_action_help' => 'Om du har problemer med å trykke på «:actionText»-knappen, bruk nettadressen under for å gå direkte dit:', @@ -88,6 +102,6 @@ return [ // Footer Link Options // Not directly used but available for convenience to users. - 'privacy_policy' => 'Privacy Policy', - 'terms_of_service' => 'Terms of Service', + 'privacy_policy' => 'Personvernregler', + 'terms_of_service' => 'Bruksvilkår', ];