]> BookStack Code Mirror - bookstack/blob - resources/lang/nb/common.php
doc(dev): add xdebug informations
[bookstack] / resources / lang / nb / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Avbryt',
9     'confirm' => 'Bekreft',
10     'back' => 'Tilbake',
11     'save' => 'Lagre',
12     'continue' => 'Fortsett',
13     'select' => 'Velg',
14     'toggle_all' => 'Bytt alle',
15     'more' => 'Mer',
16
17     // Form Labels
18     'name' => 'Navn',
19     'description' => 'Beskrivelse',
20     'role' => 'Rolle',
21     'cover_image' => 'Forside',
22     'cover_image_description' => 'Bildet bør være ca. 440x250px.',
23
24     // Actions
25     'actions' => 'Handlinger',
26     'view' => 'Vis',
27     'view_all' => 'Vis alle',
28     'create' => 'Opprett',
29     'update' => 'Oppdater',
30     'edit' => 'Rediger',
31     'sort' => 'Sorter',
32     'move' => 'Flytt',
33     'copy' => 'Kopier',
34     'reply' => 'Svar',
35     'delete' => 'Slett',
36     'delete_confirm' => 'Bekreft sletting',
37     'search' => 'Søk',
38     'search_clear' => 'Nullstill søk',
39     'reset' => 'Nullstill',
40     'remove' => 'Fjern',
41     'add' => 'Legg til',
42     'configure' => 'Konfigurer',
43     'fullscreen' => 'Fullskjerm',
44     'favourite' => 'Favorisér',
45     'unfavourite' => 'Avfavorisér',
46     'next' => 'Neste',
47     'previous' => 'Forrige',
48     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50
51     // Sort Options
52     'sort_options' => 'Sorteringsalternativer',
53     'sort_direction_toggle' => 'Sorteringsretning',
54     'sort_ascending' => 'Stigende sortering',
55     'sort_descending' => 'Synkende sortering',
56     'sort_name' => 'Navn',
57     'sort_default' => 'Standard',
58     'sort_created_at' => 'Dato opprettet',
59     'sort_updated_at' => 'Dato oppdatert',
60
61     // Misc
62     'deleted_user' => 'Slett bruker',
63     'no_activity' => 'Ingen aktivitet å vise',
64     'no_items' => 'Ingen ting å vise',
65     'back_to_top' => 'Hopp til toppen',
66     'skip_to_main_content' => 'Gå til hovedinnhold',
67     'toggle_details' => 'Vis/skjul detaljer',
68     'toggle_thumbnails' => 'Vis/skjul miniatyrbilder',
69     'details' => 'Detaljer',
70     'grid_view' => 'Rutenettvisning',
71     'list_view' => 'Listevisning',
72     'default' => 'Standard',
73     'breadcrumb' => 'Brødsmuler',
74     'status' => 'Status',
75     'status_active' => 'Active',
76     'status_inactive' => 'Inactive',
77     'never' => 'Never',
78
79     // Header
80     'header_menu_expand' => 'Utvid toppmeny',
81     'profile_menu' => 'Profilmeny',
82     'view_profile' => 'Vis profil',
83     'edit_profile' => 'Endre Profile',
84     'dark_mode' => 'Kveldsmodus',
85     'light_mode' => 'Dagmodus',
86
87     // Layout tabs
88     'tab_info' => 'Informasjon',
89     'tab_info_label' => 'Fane: Vis tilleggsinfo',
90     'tab_content' => 'Innhold',
91     'tab_content_label' => 'Fane: Vis hovedinnhold',
92
93     // Email Content
94     'email_action_help' => 'Om du har problemer med å trykke på «:actionText»-knappen, bruk nettadressen under for å gå direkte dit:',
95     'email_rights' => 'Kopibeskyttet',
96
97     // Footer Link Options
98     // Not directly used but available for convenience to users.
99     'privacy_policy' => 'Personvernregler',
100     'terms_of_service' => 'Bruksvilkår',
101 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.