]> BookStack Code Mirror - bookstack/blob - lang/nn/common.php
3d623dbc4922a8faa40537bef140640bf738e582
[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     'sort' => 'Sortér',
34     'move' => 'Flytt',
35     'copy' => 'Kopier',
36     'reply' => 'Svar',
37     'delete' => 'Slett',
38     'delete_confirm' => 'Stadfest sletting',
39     'search' => 'Søk',
40     'search_clear' => 'Nullstill søk',
41     'reset' => 'Nullstill',
42     'remove' => 'Fjern',
43     'add' => 'Legg til',
44     'configure' => 'Konfigurer',
45     'manage' => 'Administrer',
46     'fullscreen' => 'Fullskjerm',
47     'favourite' => 'Merk som favoritt',
48     'unfavourite' => 'Fjern som favoritt',
49     'next' => 'Neste',
50     'previous' => 'Førre',
51     'filter_active' => 'Aktivt filter:',
52     'filter_clear' => 'Tøm filter',
53     'download' => 'Last ned',
54     'open_in_tab' => 'Opne i fane',
55     'open' => 'Opne',
56
57     // Sort Options
58     'sort_options' => 'Sorteringsalternativ',
59     'sort_direction_toggle' => 'Sorteringsretning',
60     'sort_ascending' => 'Stigande sortering',
61     'sort_descending' => 'Synkande sortering',
62     'sort_name' => 'Namn',
63     'sort_default' => 'Standard',
64     'sort_created_at' => 'Dato oppretta',
65     'sort_updated_at' => 'Dato oppdatert',
66
67     // Misc
68     'deleted_user' => 'Slett brukar',
69     'no_activity' => 'Ingen aktivitet å vise',
70     'no_items' => 'Ingenting å vise',
71     'back_to_top' => 'Tilbake til toppen',
72     'skip_to_main_content' => 'Gå til hovudinnhald',
73     'toggle_details' => 'Vis/skjul detaljar',
74     'toggle_thumbnails' => 'Vis/skjul miniatyrbilete',
75     'details' => 'Detaljar',
76     'grid_view' => 'Rutenettvising',
77     'list_view' => 'Listevising',
78     'default' => 'Standard',
79     'breadcrumb' => 'Brødsmular',
80     'status' => 'Status',
81     'status_active' => 'Aktiv',
82     'status_inactive' => 'Inaktiv',
83     'never' => 'Aldri',
84     'none' => 'Ingen',
85
86     // Header
87     'homepage' => 'Heimeside',
88     'header_menu_expand' => 'Utvid toppmeny',
89     'profile_menu' => 'Profilmeny',
90     'view_profile' => 'Vis profil',
91     'edit_profile' => 'Endre profil',
92     'dark_mode' => 'Kveldsmodus',
93     'light_mode' => 'Dagmodus',
94     'global_search' => 'Globalt søk',
95
96     // Layout tabs
97     'tab_info' => 'Informasjon',
98     'tab_info_label' => 'Fane: Vis tilleggsinfo',
99     'tab_content' => 'Innhald',
100     'tab_content_label' => 'Fane: Vis hovudinnhald',
101
102     // Email Content
103     'email_action_help' => 'Om du har problem med å trykkja på ":actionText"-knappen, bruk nettadressa under for å gå direkte dit:',
104     'email_rights' => 'Kopibeskytta',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Personvernreglar',
109     'terms_of_service' => 'Bruksvilkår',
110
111     // OpenSearch
112     'opensearch_description' => 'Search :appName',
113 ];