]> BookStack Code Mirror - bookstack/blob - lang/nb/preferences.php
Updated translations with latest Crowdin changes (#4380)
[bookstack] / lang / nb / preferences.php
1 <?php
2
3 /**
4  * Text used for user-preference specific views within bookstack.
5  */
6
7 return [
8     'preferences' => 'Innstillinger',
9
10     'shortcuts' => 'Snarveier',
11     'shortcuts_interface' => 'Grensesnitt hurtigtaster',
12     'shortcuts_toggle_desc' => 'Her kan du aktivere eller deaktivere snarveier for tastatur system som brukes til navigasjon og handlinger.',
13     'shortcuts_customize_desc' => 'Du kan tilpasse hver av snarveiene nedenfor. Trykk på ønsket nøkkelkombinasjon etter å ha valgt inndata for en snarvei.',
14     'shortcuts_toggle_label' => 'Tastatursnarveier aktivert',
15     'shortcuts_section_navigation' => 'Navigasjon',
16     'shortcuts_section_actions' => 'Vanlige handlinger',
17     'shortcuts_save' => 'Lagre snarveier',
18     'shortcuts_overlay_desc' => 'Merk: Når snarveier er aktivert er et hjelperoverlegg tilgjengelig via å trykke "?" som vil fremheve de tilgjengelige snarveiene som for øyeblikket er synlige på skjermen.',
19     'shortcuts_update_success' => 'Snarvei innstillinger er oppdatert!',
20     'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.',
21
22     'notifications' => 'Innstillinger for varsling',
23     'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.',
24     'notifications_opt_own_page_changes' => 'Varsle ved endringer til sider jeg eier',
25     'notifications_opt_own_page_comments' => 'Varsle om kommentarer på sider jeg eier',
26     'notifications_opt_comment_replies' => 'Varsle ved svar på mine kommentarer',
27     'notifications_save' => 'Lagre innstillinger',
28     'notifications_update_success' => 'Varslingsinnstillingene er oppdatert!',
29     'notifications_watched' => 'Overvåka & ignorerte elementer',
30     'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
31
32     'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
33 ];