BookStackApp_BookStack/lang/nn/common.php

111 lines
3.4 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'Avbryt',
'close' => 'Lukk',
'confirm' => 'Stadfest',
'back' => 'Tilbake',
'save' => 'Lagre',
'continue' => 'Fortsett',
'select' => 'Vel',
'toggle_all' => 'Byt alle',
'more' => 'Meir',
// Form Labels
'name' => 'Namn',
'description' => 'Skildring',
'role' => 'Rolle',
'cover_image' => 'Framside',
'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
// Actions
'actions' => 'Handlingar',
'view' => 'Vis',
'view_all' => 'Vis alle',
'new' => 'Ny',
'create' => 'Opprett',
'update' => 'Oppdater',
'edit' => 'Rediger',
'sort' => 'Sortér',
'move' => 'Flytt',
'copy' => 'Kopier',
'reply' => 'Svar',
'delete' => 'Slett',
'delete_confirm' => 'Stadfest sletting',
'search' => 'Søk',
'search_clear' => 'Nullstill søk',
'reset' => 'Nullstill',
'remove' => 'Fjern',
'add' => 'Legg til',
'configure' => 'Konfigurer',
'manage' => 'Administrer',
'fullscreen' => 'Fullskjerm',
'favourite' => 'Merk som favoritt',
'unfavourite' => 'Fjern som favoritt',
'next' => 'Neste',
'previous' => 'Førre',
'filter_active' => 'Aktivt filter:',
'filter_clear' => 'Tøm filter',
'download' => 'Last ned',
'open_in_tab' => 'Opne i fane',
'open' => 'Opne',
// Sort Options
'sort_options' => 'Sorteringsalternativ',
'sort_direction_toggle' => 'Sorteringsretning',
'sort_ascending' => 'Stigande sortering',
'sort_descending' => 'Synkande sortering',
'sort_name' => 'Namn',
'sort_default' => 'Standard',
'sort_created_at' => 'Dato oppretta',
'sort_updated_at' => 'Dato oppdatert',
// Misc
'deleted_user' => 'Slett brukar',
'no_activity' => 'Ingen aktivitet å vise',
'no_items' => 'Ingenting å vise',
'back_to_top' => 'Tilbake til toppen',
'skip_to_main_content' => 'Gå til hovudinnhald',
'toggle_details' => 'Vis/skjul detaljar',
'toggle_thumbnails' => 'Vis/skjul miniatyrbilete',
'details' => 'Detaljar',
'grid_view' => 'Rutenettvising',
'list_view' => 'Listevising',
'default' => 'Standard',
'breadcrumb' => 'Brødsmular',
'status' => 'Status',
'status_active' => 'Aktiv',
'status_inactive' => 'Inaktiv',
'never' => 'Aldri',
'none' => 'Ingen',
// Header
'homepage' => 'Heimeside',
'header_menu_expand' => 'Utvid toppmeny',
'profile_menu' => 'Profilmeny',
'view_profile' => 'Vis profil',
'edit_profile' => 'Endre profil',
'dark_mode' => 'Kveldsmodus',
'light_mode' => 'Dagmodus',
'global_search' => 'Globalt søk',
// Layout tabs
'tab_info' => 'Informasjon',
'tab_info_label' => 'Fane: Vis tilleggsinfo',
'tab_content' => 'Innhald',
'tab_content_label' => 'Fane: Vis hovudinnhald',
// Email Content
'email_action_help' => 'Om du har problem med å trykkja på ":actionText"-knappen, bruk nettadressa under for å gå direkte dit:',
'email_rights' => 'Kopibeskytta',
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Personvernreglar',
'terms_of_service' => 'Bruksvilkår',
];