]> BookStack Code Mirror - bookstack/blob - lang/nn/common.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / lang / nn / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Avbryt',
9     'close' => 'Lukk',
10     'confirm' => 'Stadfest',
11     'back' => 'Tilbake',
12     'save' => 'Lagre',
13     'continue' => 'Fortsett',
14     'select' => 'Vel',
15     'toggle_all' => 'Byt alle',
16     'more' => 'Meir',
17
18     // Form Labels
19     'name' => 'Namn',
20     'description' => 'Skildring',
21     'role' => 'Rolle',
22     'cover_image' => 'Framside',
23     '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.',
24
25     // Actions
26     'actions' => 'Handlingar',
27     'view' => 'Vis',
28     'view_all' => 'Vis alle',
29     'new' => 'Ny',
30     'create' => 'Opprett',
31     'update' => 'Oppdater',
32     'edit' => 'Rediger',
33     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'Sortér',
36     'move' => 'Flytt',
37     'copy' => 'Kopier',
38     'reply' => 'Svar',
39     'delete' => 'Slett',
40     'delete_confirm' => 'Stadfest sletting',
41     'search' => 'Søk',
42     'search_clear' => 'Nullstill søk',
43     'reset' => 'Nullstill',
44     'remove' => 'Fjern',
45     'add' => 'Legg til',
46     'configure' => 'Konfigurer',
47     'manage' => 'Administrer',
48     'fullscreen' => 'Fullskjerm',
49     'favourite' => 'Merk som favoritt',
50     'unfavourite' => 'Fjern som favoritt',
51     'next' => 'Neste',
52     'previous' => 'Førre',
53     'filter_active' => 'Aktivt filter:',
54     'filter_clear' => 'Tøm filter',
55     'download' => 'Last ned',
56     'open_in_tab' => 'Opne i fane',
57     'open' => 'Opne',
58
59     // Sort Options
60     'sort_options' => 'Sorteringsalternativ',
61     'sort_direction_toggle' => 'Sorteringsretning',
62     'sort_ascending' => 'Stigande sortering',
63     'sort_descending' => 'Synkande sortering',
64     'sort_name' => 'Namn',
65     'sort_default' => 'Standard',
66     'sort_created_at' => 'Dato oppretta',
67     'sort_updated_at' => 'Dato oppdatert',
68
69     // Misc
70     'deleted_user' => 'Slett brukar',
71     'no_activity' => 'Ingen aktivitet å vise',
72     'no_items' => 'Ingenting å vise',
73     'back_to_top' => 'Tilbake til toppen',
74     'skip_to_main_content' => 'Gå til hovudinnhald',
75     'toggle_details' => 'Vis/skjul detaljar',
76     'toggle_thumbnails' => 'Vis/skjul miniatyrbilete',
77     'details' => 'Detaljar',
78     'grid_view' => 'Rutenettvising',
79     'list_view' => 'Listevising',
80     'default' => 'Standard',
81     'breadcrumb' => 'Brødsmular',
82     'status' => 'Status',
83     'status_active' => 'Aktiv',
84     'status_inactive' => 'Inaktiv',
85     'never' => 'Aldri',
86     'none' => 'Ingen',
87
88     // Header
89     'homepage' => 'Heimeside',
90     'header_menu_expand' => 'Utvid toppmeny',
91     'profile_menu' => 'Profilmeny',
92     'view_profile' => 'Vis profil',
93     'edit_profile' => 'Endre profil',
94     'dark_mode' => 'Kveldsmodus',
95     'light_mode' => 'Dagmodus',
96     'global_search' => 'Globalt søk',
97
98     // Layout tabs
99     'tab_info' => 'Informasjon',
100     'tab_info_label' => 'Fane: Vis tilleggsinfo',
101     'tab_content' => 'Innhald',
102     'tab_content_label' => 'Fane: Vis hovudinnhald',
103
104     // Email Content
105     'email_action_help' => 'Om du har problem med å trykkja på ":actionText"-knappen, bruk nettadressa under for å gå direkte dit:',
106     'email_rights' => 'Kopibeskytta',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'Personvernreglar',
111     'terms_of_service' => 'Bruksvilkår',
112
113     // OpenSearch
114     'opensearch_description' => 'Search :appName',
115 ];