X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b3c47649b4a76e47f087a4948d7beadeb7e358ca..refs/pull/3433/head:/resources/lang/nb/common.php diff --git a/resources/lang/nb/common.php b/resources/lang/nb/common.php index 6d87e5439..cc0a3b6ff 100644 --- a/resources/lang/nb/common.php +++ b/resources/lang/nb/common.php @@ -18,9 +18,9 @@ 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', @@ -39,7 +39,14 @@ return [ 'reset' => 'Nullstill', 'remove' => 'Fjern', 'add' => 'Legg til', + 'configure' => 'Konfigurer', 'fullscreen' => 'Fullskjerm', + 'favourite' => 'Favorisér', + 'unfavourite' => 'Avfavorisér', + 'next' => 'Neste', + 'previous' => 'Forrige', + 'filter_active' => 'Active Filter:', + 'filter_clear' => 'Clear Filter', // Sort Options 'sort_options' => 'Sorteringsalternativer', @@ -47,7 +54,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', @@ -56,6 +63,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', @@ -63,9 +71,14 @@ 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', + 'header_menu_expand' => 'Utvid toppmeny', 'profile_menu' => 'Profilmeny', 'view_profile' => 'Vis profil', 'edit_profile' => 'Endre Profile', @@ -74,9 +87,9 @@ return [ // 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:', @@ -84,6 +97,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', ];