xref: /dokuwiki/lib/plugins/config/lang/no/lang.php (revision b5c14b35a142f0d90fee541d471fc5670e4bbba9)
1db424466SAndreas Gohr<?php
2db424466SAndreas Gohr/**
3db424466SAndreas Gohr * Norwegianlanguage file
4db424466SAndreas Gohr *
5db424466SAndreas Gohr * @author Thomas Nygreen <nygreen@gmail.com>
6*b5c14b35SAndreas Gohr * @author Arild Burud <arildb@met.no>
7db424466SAndreas Gohr */
8abcc3801SAndreas Gohr$lang['menu']                  = 'Konfigurasjonsinnstillinger';
9abcc3801SAndreas Gohr$lang['error']                 = 'Innstillingene ble ikke oppdatert på grunn av en eller flere ugyldig verdier. Vennligst se gjennom endringene og prøv på nytt.
10db424466SAndreas Gohr<br />Ugyldige verdier er omgitt av en rød ramme.';
11abcc3801SAndreas Gohr$lang['updated']               = 'Innstillingene ble oppdatert.';
12abcc3801SAndreas Gohr$lang['nochoice']              = '(ingen andre mulige valg)';
13abcc3801SAndreas Gohr$lang['locked']                = 'Innstillingene kan ikke oppdateres. Hvis dette ikke er meningen,<br />
14db424466SAndreas Gohrforsikre deg om at fila med de lokale innstillingene har korrekt filnavn<br/>
15db424466SAndreas Gohrog tillatelser.';
16abcc3801SAndreas Gohr$lang['_configuration_manager'] = 'Konfigurasjonsinnstillinger';
17abcc3801SAndreas Gohr$lang['_header_dokuwiki']      = 'Innstillinger for DokuWiki';
18abcc3801SAndreas Gohr$lang['_header_plugin']        = 'Innstillinger for tillegg';
19abcc3801SAndreas Gohr$lang['_header_template']      = 'Innstillinger for maler';
20abcc3801SAndreas Gohr$lang['_header_undefined']     = 'Udefinerte innstillinger';
21abcc3801SAndreas Gohr$lang['_basic']                = 'Grunnleggende innstillinger';
22abcc3801SAndreas Gohr$lang['_display']              = 'Innstillinger for visning av sider';
23abcc3801SAndreas Gohr$lang['_authentication']       = 'Innstillinger for autentisering';
24abcc3801SAndreas Gohr$lang['_anti_spam']            = 'Anti-spam-innstillinger';
25abcc3801SAndreas Gohr$lang['_editing']              = 'Innstillinger for redigering';
26abcc3801SAndreas Gohr$lang['_links']                = 'Innstillinger for lenker';
27abcc3801SAndreas Gohr$lang['_media']                = 'Innstillinger for media-filer';
28abcc3801SAndreas Gohr$lang['_advanced']             = 'Avanserte innstillinger';
29abcc3801SAndreas Gohr$lang['_network']              = 'Nettverksinnstillinger';
30abcc3801SAndreas Gohr$lang['_plugin_sufix']         = '&ndash; innstillinger for tillegg';
31abcc3801SAndreas Gohr$lang['_template_sufix']       = '&ndash; innstillinger for mal';
32abcc3801SAndreas Gohr$lang['_msg_setting_undefined'] = 'Ingen innstillingsmetadata';
33abcc3801SAndreas Gohr$lang['_msg_setting_no_class'] = 'Ingen innstillingsklasse';
34abcc3801SAndreas Gohr$lang['_msg_setting_no_default'] = 'Ingen standard verdi';
35abcc3801SAndreas Gohr$lang['fmode']                 = 'Rettigheter for nye filer';
36abcc3801SAndreas Gohr$lang['dmode']                 = 'Rettigheter for nye mapper';
37abcc3801SAndreas Gohr$lang['lang']                  = 'Språk';
38abcc3801SAndreas Gohr$lang['basedir']               = 'Grunnkatalog';
39abcc3801SAndreas Gohr$lang['baseurl']               = 'Grunn-nettadresse';
40abcc3801SAndreas Gohr$lang['savedir']               = 'Mappe for lagring av data';
41abcc3801SAndreas Gohr$lang['start']                 = 'Sidenavn på forsiden';
42abcc3801SAndreas Gohr$lang['title']                 = 'Navn på Wikien';
43abcc3801SAndreas Gohr$lang['template']              = 'Mal';
44abcc3801SAndreas Gohr$lang['fullpath']              = 'Vis full sti til sider i bunnteksten';
45abcc3801SAndreas Gohr$lang['recent']                = 'Siste endringer';
46abcc3801SAndreas Gohr$lang['breadcrumbs']           = 'Antall nylig besøkte sider som vises';
47abcc3801SAndreas Gohr$lang['youarehere']            = 'Vis hvor i hvilke(t) navnerom siden er';
48abcc3801SAndreas Gohr$lang['typography']            = 'Gjør typografiske erstatninger';
49abcc3801SAndreas Gohr$lang['htmlok']                = 'Tillat HTML';
50abcc3801SAndreas Gohr$lang['phpok']                 = 'Tillat PHP';
51abcc3801SAndreas Gohr$lang['dformat']               = 'Datoformat (se <a href="http://www.php.net/date">PHPs datofunksjon</a>)';
52abcc3801SAndreas Gohr$lang['signature']             = 'Signatur';
53abcc3801SAndreas Gohr$lang['toptoclevel']           = 'Toppnivå for innholdsfortegnelse';
54abcc3801SAndreas Gohr$lang['maxtoclevel']           = 'Maksimalt antall nivåer i innholdsfortegnelse';
55abcc3801SAndreas Gohr$lang['maxseclevel']           = 'Maksimalt nivå for redigering av seksjon';
56abcc3801SAndreas Gohr$lang['camelcase']             = 'Gjør CamelCase til lenke automatisk';
57abcc3801SAndreas Gohr$lang['deaccent']              = 'Rensk sidenavn';
58abcc3801SAndreas Gohr$lang['useheading']            = 'Bruk første overskrift som tittel';
59abcc3801SAndreas Gohr$lang['refcheck']              = 'Sjekk referanser før mediafiler slettes';
60abcc3801SAndreas Gohr$lang['refshow']               = 'Antall viste referanser til mediafiler';
61abcc3801SAndreas Gohr$lang['allowdebug']            = 'Tillat feilsøking <b>skru av om det ikke behøves!</b>';
62abcc3801SAndreas Gohr$lang['usewordblock']          = 'Blokker søppel basert på ordliste';
63abcc3801SAndreas Gohr$lang['indexdelay']            = 'Forsinkelse før indeksering (sekunder)';
64abcc3801SAndreas Gohr$lang['relnofollow']           = 'Bruk rel="nofollow" på eksterne lenker';
65abcc3801SAndreas Gohr$lang['mailguard']             = 'Beskytt e-postadresser';
66abcc3801SAndreas Gohr$lang['iexssprotect']          = 'Sjekk om opplastede filer inneholder skadelig JavaScrips- eller HTML-kode';
67abcc3801SAndreas Gohr$lang['useacl']                = 'Bruk lister for adgangskontroll (ACL)';
68abcc3801SAndreas Gohr$lang['autopasswd']            = 'Generer passord automatisk';
69abcc3801SAndreas Gohr$lang['authtype']              = 'Autentiseringsmetode';
70abcc3801SAndreas Gohr$lang['passcrypt']             = 'Metode for kryptering av passord';
71abcc3801SAndreas Gohr$lang['defaultgroup']          = 'Standardgruppe';
72abcc3801SAndreas Gohr$lang['superuser']             = 'Superbruker - en gruppe eller bruker med full tilgang til alle sider og funksjoner uavhengig av ACL-innstillingene';
73abcc3801SAndreas Gohr$lang['manager']               = 'Administrator - en gruppe eller bruker med tilgang til visse administratorfunksjoner';
74abcc3801SAndreas Gohr$lang['profileconfirm']        = 'Bekreft profilendringer med passord';
75abcc3801SAndreas Gohr$lang['disableactions']        = 'Skru av følgende DokuWiki-kommandoer';
76abcc3801SAndreas Gohr$lang['disableactions_check']  = 'Sjekk';
77abcc3801SAndreas Gohr$lang['disableactions_subscription'] = 'Meld på/av';
78abcc3801SAndreas Gohr$lang['disableactions_wikicode'] = 'Vis kildekode/eksporter rådata';
79abcc3801SAndreas Gohr$lang['disableactions_other']  = 'Andre kommandoer (kommaseparert)';
80abcc3801SAndreas Gohr$lang['sneaky_index']          = 'DokuWiki vil som standard vise alle navnerom i innholdsfortegnelsen. Hvis du skrur på dette alternativet vil brukere bare se de navnerommene der de har lesetilgang. Dette kan føre til at tilgjengelige undernavnerom skjules. Det kan gjøre innholdsfortegnelsen ubrukelig med enkelte ACL-oppsett.';
81abcc3801SAndreas Gohr$lang['auth_security_timeout'] = 'Autentisering utløper etter (sekunder)';
82abcc3801SAndreas Gohr$lang['updatecheck']           = 'Se etter oppdateringer og sikkerhetsadvarsler? Denne funksjonen er avhengig av å kontakte splitbrain.org.';
83abcc3801SAndreas Gohr$lang['userewrite']            = 'Bruk pene URLer';
84abcc3801SAndreas Gohr$lang['useslash']              = 'Bruk / som skilletegn mellom navnerom i URLer';
85abcc3801SAndreas Gohr$lang['usedraft']              = 'Lagre kladd automatisk under redigering';
86abcc3801SAndreas Gohr$lang['sepchar']               = 'Skilletegn mellom ord i sidenavn';
87abcc3801SAndreas Gohr$lang['canonical']             = 'Bruk fulle URLer (i stedet for relative)';
88abcc3801SAndreas Gohr$lang['autoplural']            = 'Se etter flertallsformer i lenker';
89abcc3801SAndreas Gohr$lang['compression']           = 'Metode for komprimering av gamle filer';
90abcc3801SAndreas Gohr$lang['cachetime']             = 'Maksimal alder på hurtiglager (sekunder)';
91abcc3801SAndreas Gohr$lang['locktime']              = 'Maksimal alder på låsefiler (sekunder)';
92abcc3801SAndreas Gohr$lang['fetchsize']             = 'Maksimal størrelse (byter) fetch.php kan laste eksternt';
93abcc3801SAndreas Gohr$lang['notify']                = 'Send meldinger om endringer denne e-postadressen';
94abcc3801SAndreas Gohr$lang['registernotify']        = 'Send info om nylig registrerte brukere til denne e-postadressen';
95abcc3801SAndreas Gohr$lang['mailfrom']              = 'Avsenderadresse for automatiske e-poster';
96abcc3801SAndreas Gohr$lang['gzip_output']           = 'Bruk gzip Content-Encoding for XHTML';
97abcc3801SAndreas Gohr$lang['gdlib']                 = 'Versjon av libGD';
98abcc3801SAndreas Gohr$lang['im_convert']            = 'Sti til ImageMagicks konverteringsverktøy';
99abcc3801SAndreas Gohr$lang['jpg_quality']           = 'JPEG-kvalitet (0-100)';
100abcc3801SAndreas Gohr$lang['subscribers']           = 'Åpne for abonnement på endringer av en side';
101abcc3801SAndreas Gohr$lang['compress']              = 'Kompakt CSS og JavaScript';
102abcc3801SAndreas Gohr$lang['hidepages']             = 'Skjul sider fra automatiske lister (regulære uttrykk)';
103abcc3801SAndreas Gohr$lang['send404']               = 'Send "HTTP 404/Page Not Found" for ikke-eksisterende sider';
104abcc3801SAndreas Gohr$lang['sitemap']               = 'Lag Google-sidekart (dager)';
105abcc3801SAndreas Gohr$lang['broken_iua']            = 'Er funksjonen ignore_user_abort på ditt system ødelagt? Dette kan gjøre at indeksering av søk ikke fungerer. Dette er et kjent problem med IIS+PHP/CGI. Se <a href="http://bugs.splitbrain.org/?do=details&amp;task_id=852">Bug 852</a> for mer informasjon.';
106*b5c14b35SAndreas Gohr$lang['xsendfile']             = 'Bruk X-Sendfile header for å la webserver levere statiske filer? Din webserver må støtte dette.';
107abcc3801SAndreas Gohr$lang['rss_type']              = 'Type XML-feed';
108abcc3801SAndreas Gohr$lang['rss_linkto']            = 'XML-feed lenker til';
109*b5c14b35SAndreas Gohr$lang['rss_content']           = 'Hva skal vises i XML-feed elementer?';
110abcc3801SAndreas Gohr$lang['rss_update']            = 'Intervall for oppdatering av XML-feed (sekunder)';
111abcc3801SAndreas Gohr$lang['recent_days']           = 'Hvor lenge skal nylige endringer beholdes (dager)';
112abcc3801SAndreas Gohr$lang['rss_show_summary']      = 'Vis redigeringskommentar i tittelen på elementer i XML-feed ';
113abcc3801SAndreas Gohr$lang['target____wiki']        = 'Mål for interne linker';
114abcc3801SAndreas Gohr$lang['target____interwiki']   = 'Mål for interwiki-lenker';
115abcc3801SAndreas Gohr$lang['target____extern']      = 'Mål for eksterne lenker';
116abcc3801SAndreas Gohr$lang['target____media']       = 'Mål for lenker til mediafiler';
117abcc3801SAndreas Gohr$lang['target____windows']     = 'Mål for lenker til nettverksstasjoner i Windows';
118abcc3801SAndreas Gohr$lang['proxy____host']         = 'Navn på proxyserver';
119abcc3801SAndreas Gohr$lang['proxy____port']         = 'Proxyport';
120abcc3801SAndreas Gohr$lang['proxy____user']         = 'Brukernavn på proxyserver';
121abcc3801SAndreas Gohr$lang['proxy____pass']         = 'Passors på proxyserver';
122abcc3801SAndreas Gohr$lang['proxy____ssl']          = 'Bruk SSL for å koble til proxyserver';
123abcc3801SAndreas Gohr$lang['safemodehack']          = 'Bruk safemode-hack';
124abcc3801SAndreas Gohr$lang['ftp____host']           = 'FTP-server for safemode-hack';
125abcc3801SAndreas Gohr$lang['ftp____port']           = 'FTP-port for safemode-hack';
126abcc3801SAndreas Gohr$lang['ftp____user']           = 'FTP-brukernavn for safemode-hack';
127abcc3801SAndreas Gohr$lang['ftp____pass']           = 'FTP-passord for safemode-hack';
128abcc3801SAndreas Gohr$lang['ftp____root']           = 'FTP-rotmappe for safemode-hack';
129abcc3801SAndreas Gohr$lang['typography_o_0']        = 'ingen';
130abcc3801SAndreas Gohr$lang['typography_o_1']        = 'Kun doble anførselstegn';
131abcc3801SAndreas Gohr$lang['typography_o_2']        = 'Alle anførselstegn (virker ikke alltid)';
132abcc3801SAndreas Gohr$lang['userewrite_o_0']        = 'ingen';
133abcc3801SAndreas Gohr$lang['userewrite_o_1']        = 'Apache (.htaccess)';
134abcc3801SAndreas Gohr$lang['userewrite_o_2']        = 'DokuWiki internt';
135abcc3801SAndreas Gohr$lang['deaccent_o_0']          = 'av';
136abcc3801SAndreas Gohr$lang['deaccent_o_1']          = 'fjern aksenter';
137abcc3801SAndreas Gohr$lang['deaccent_o_2']          = 'bytt til kun latinske bokstaver';
138abcc3801SAndreas Gohr$lang['gdlib_o_0']             = 'libGD er ikke tilgjengelig';
139abcc3801SAndreas Gohr$lang['gdlib_o_1']             = 'Versjon 1.x';
140abcc3801SAndreas Gohr$lang['gdlib_o_2']             = 'Automatisk';
141abcc3801SAndreas Gohr$lang['rss_linkto_o_diff']     = 'endringsvisning';
142abcc3801SAndreas Gohr$lang['rss_linkto_o_page']     = 'den endrede siden';
143abcc3801SAndreas Gohr$lang['rss_linkto_o_rev']      = 'liste over endringer';
144abcc3801SAndreas Gohr$lang['rss_linkto_o_current']  = 'den nåværende siden';
145abcc3801SAndreas Gohr$lang['compression_o_0']       = 'ingen';
146*b5c14b35SAndreas Gohr$lang['xsendfile_o_0']         = 'ikke bruk';
147*b5c14b35SAndreas Gohr$lang['xsendfile_o_1']         = 'Proprietær lighttpd header (før release 1.5)';
148