xref: /dokuwiki/lib/plugins/config/lang/no/lang.php (revision 92a40cd9c6ed174a2d59eaaf8d18f4a18580d146)
1db424466SAndreas Gohr<?php
2db424466SAndreas Gohr/**
3db424466SAndreas Gohr * Norwegianlanguage file
4db424466SAndreas Gohr *
5db424466SAndreas Gohr * @author Thomas Nygreen <nygreen@gmail.com>
6b5c14b35SAndreas Gohr * @author Arild Burud <arildb@met.no>
719f21ff3SAndreas Gohr * @author Torkill Bruland <torkar-b@online.no>
88a60e757SAndreas Gohr * @author Rune M. Andersen <rune.andersen@gmail.com>
9c0a1e564SJakob Vad Nielsen * @author Jakob Vad Nielsen (me@jakobnielsen.net)
10*92a40cd9SKjell Tore Nasgaard * @author Kjell Tore Næsgaard  <kjell.t.nasgaard@ntnu.no>
11db424466SAndreas Gohr */
12abcc3801SAndreas Gohr$lang['menu']                  = 'Konfigurasjonsinnstillinger';
13abcc3801SAndreas Gohr$lang['error']                 = 'Innstillingene ble ikke oppdatert på grunn av en eller flere ugyldig verdier. Vennligst se gjennom endringene og prøv på nytt.
14db424466SAndreas Gohr<br />Ugyldige verdier er omgitt av en rød ramme.';
15abcc3801SAndreas Gohr$lang['updated']               = 'Innstillingene ble oppdatert.';
16abcc3801SAndreas Gohr$lang['nochoice']              = '(ingen andre mulige valg)';
17abcc3801SAndreas Gohr$lang['locked']                = 'Innstillingene kan ikke oppdateres. Hvis dette ikke er meningen,<br />
18db424466SAndreas Gohrforsikre deg om at fila med de lokale innstillingene har korrekt filnavn<br/>
19db424466SAndreas Gohrog tillatelser.';
20abcc3801SAndreas Gohr$lang['_configuration_manager'] = 'Konfigurasjonsinnstillinger';
21abcc3801SAndreas Gohr$lang['_header_dokuwiki']      = 'Innstillinger for DokuWiki';
22abcc3801SAndreas Gohr$lang['_header_plugin']        = 'Innstillinger for tillegg';
23abcc3801SAndreas Gohr$lang['_header_template']      = 'Innstillinger for maler';
24abcc3801SAndreas Gohr$lang['_header_undefined']     = 'Udefinerte innstillinger';
25abcc3801SAndreas Gohr$lang['_basic']                = 'Grunnleggende innstillinger';
26abcc3801SAndreas Gohr$lang['_display']              = 'Innstillinger for visning av sider';
27abcc3801SAndreas Gohr$lang['_authentication']       = 'Innstillinger for autentisering';
28abcc3801SAndreas Gohr$lang['_anti_spam']            = 'Anti-spam-innstillinger';
29abcc3801SAndreas Gohr$lang['_editing']              = 'Innstillinger for redigering';
30abcc3801SAndreas Gohr$lang['_links']                = 'Innstillinger for lenker';
31abcc3801SAndreas Gohr$lang['_media']                = 'Innstillinger for media-filer';
32abcc3801SAndreas Gohr$lang['_advanced']             = 'Avanserte innstillinger';
33abcc3801SAndreas Gohr$lang['_network']              = 'Nettverksinnstillinger';
34abcc3801SAndreas Gohr$lang['_plugin_sufix']         = '&ndash; innstillinger for tillegg';
35abcc3801SAndreas Gohr$lang['_template_sufix']       = '&ndash; innstillinger for mal';
36abcc3801SAndreas Gohr$lang['_msg_setting_undefined'] = 'Ingen innstillingsmetadata';
37abcc3801SAndreas Gohr$lang['_msg_setting_no_class'] = 'Ingen innstillingsklasse';
38abcc3801SAndreas Gohr$lang['_msg_setting_no_default'] = 'Ingen standard verdi';
39abcc3801SAndreas Gohr$lang['fmode']                 = 'Rettigheter for nye filer';
40abcc3801SAndreas Gohr$lang['dmode']                 = 'Rettigheter for nye mapper';
41abcc3801SAndreas Gohr$lang['lang']                  = 'Språk';
42abcc3801SAndreas Gohr$lang['basedir']               = 'Grunnkatalog';
43abcc3801SAndreas Gohr$lang['baseurl']               = 'Grunn-nettadresse';
44abcc3801SAndreas Gohr$lang['savedir']               = 'Mappe for lagring av data';
45abcc3801SAndreas Gohr$lang['start']                 = 'Sidenavn på forsiden';
46abcc3801SAndreas Gohr$lang['title']                 = 'Navn på Wikien';
47abcc3801SAndreas Gohr$lang['template']              = 'Mal';
48*92a40cd9SKjell Tore Nasgaard$lang['license']               = 'Under hvilken lisens skal ditt innhold utgis?';
49abcc3801SAndreas Gohr$lang['fullpath']              = 'Vis full sti til sider i bunnteksten';
50abcc3801SAndreas Gohr$lang['recent']                = 'Siste endringer';
51abcc3801SAndreas Gohr$lang['breadcrumbs']           = 'Antall nylig besøkte sider som vises';
52abcc3801SAndreas Gohr$lang['youarehere']            = 'Vis hvor i hvilke(t) navnerom siden er';
53abcc3801SAndreas Gohr$lang['typography']            = 'Gjør typografiske erstatninger';
54abcc3801SAndreas Gohr$lang['htmlok']                = 'Tillat HTML';
55abcc3801SAndreas Gohr$lang['phpok']                 = 'Tillat PHP';
568a60e757SAndreas Gohr$lang['dformat']               = 'Datoformat (se <a href="http://www.php.net/strftime">PHPs datofunksjon</a>)';
57abcc3801SAndreas Gohr$lang['signature']             = 'Signatur';
58abcc3801SAndreas Gohr$lang['toptoclevel']           = 'Toppnivå for innholdsfortegnelse';
59abcc3801SAndreas Gohr$lang['maxtoclevel']           = 'Maksimalt antall nivåer i innholdsfortegnelse';
60abcc3801SAndreas Gohr$lang['maxseclevel']           = 'Maksimalt nivå for redigering av seksjon';
61abcc3801SAndreas Gohr$lang['camelcase']             = 'Gjør CamelCase til lenke automatisk';
62abcc3801SAndreas Gohr$lang['deaccent']              = 'Rensk sidenavn';
63abcc3801SAndreas Gohr$lang['useheading']            = 'Bruk første overskrift som tittel';
64abcc3801SAndreas Gohr$lang['refcheck']              = 'Sjekk referanser før mediafiler slettes';
65abcc3801SAndreas Gohr$lang['refshow']               = 'Antall viste referanser til mediafiler';
66abcc3801SAndreas Gohr$lang['allowdebug']            = 'Tillat feilsøking <b>skru av om det ikke behøves!</b>';
67abcc3801SAndreas Gohr$lang['usewordblock']          = 'Blokker søppel basert på ordliste';
68abcc3801SAndreas Gohr$lang['indexdelay']            = 'Forsinkelse før indeksering (sekunder)';
69abcc3801SAndreas Gohr$lang['relnofollow']           = 'Bruk rel="nofollow" på eksterne lenker';
70abcc3801SAndreas Gohr$lang['mailguard']             = 'Beskytt e-postadresser';
71abcc3801SAndreas Gohr$lang['iexssprotect']          = 'Sjekk om opplastede filer inneholder skadelig JavaScrips- eller HTML-kode';
72abcc3801SAndreas Gohr$lang['useacl']                = 'Bruk lister for adgangskontroll (ACL)';
73abcc3801SAndreas Gohr$lang['autopasswd']            = 'Generer passord automatisk';
74abcc3801SAndreas Gohr$lang['authtype']              = 'Autentiseringsmetode';
75abcc3801SAndreas Gohr$lang['passcrypt']             = 'Metode for kryptering av passord';
76abcc3801SAndreas Gohr$lang['defaultgroup']          = 'Standardgruppe';
77abcc3801SAndreas Gohr$lang['superuser']             = 'Superbruker - en gruppe eller bruker med full tilgang til alle sider og funksjoner uavhengig av ACL-innstillingene';
78abcc3801SAndreas Gohr$lang['manager']               = 'Administrator - en gruppe eller bruker med tilgang til visse administratorfunksjoner';
79abcc3801SAndreas Gohr$lang['profileconfirm']        = 'Bekreft profilendringer med passord';
80abcc3801SAndreas Gohr$lang['disableactions']        = 'Skru av følgende DokuWiki-kommandoer';
81abcc3801SAndreas Gohr$lang['disableactions_check']  = 'Sjekk';
82abcc3801SAndreas Gohr$lang['disableactions_subscription'] = 'Meld på/av';
8319f21ff3SAndreas Gohr$lang['disableactions_nssubscription'] = 'Navnerom Abonnere /Stoppe abonnement';
84abcc3801SAndreas Gohr$lang['disableactions_wikicode'] = 'Vis kildekode/eksporter rådata';
85abcc3801SAndreas Gohr$lang['disableactions_other']  = 'Andre kommandoer (kommaseparert)';
86abcc3801SAndreas 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.';
87abcc3801SAndreas Gohr$lang['auth_security_timeout'] = 'Autentisering utløper etter (sekunder)';
88*92a40cd9SKjell Tore Nasgaard$lang['securecookie']          = 'Skal informasjonskapsler satt via HTTPS kun sendes via HTTPS av nettleseren? Skal ikke velges dersom bare innloggingen til din wiki er sikret med SSL, og annen navigering  på wikien er usikret.';
89abcc3801SAndreas Gohr$lang['updatecheck']           = 'Se etter oppdateringer og sikkerhetsadvarsler? Denne funksjonen er avhengig av å kontakte splitbrain.org.';
90abcc3801SAndreas Gohr$lang['userewrite']            = 'Bruk pene URLer';
91abcc3801SAndreas Gohr$lang['useslash']              = 'Bruk / som skilletegn mellom navnerom i URLer';
92abcc3801SAndreas Gohr$lang['usedraft']              = 'Lagre kladd automatisk under redigering';
93abcc3801SAndreas Gohr$lang['sepchar']               = 'Skilletegn mellom ord i sidenavn';
94abcc3801SAndreas Gohr$lang['canonical']             = 'Bruk fulle URLer (i stedet for relative)';
95abcc3801SAndreas Gohr$lang['autoplural']            = 'Se etter flertallsformer i lenker';
96abcc3801SAndreas Gohr$lang['compression']           = 'Metode for komprimering av gamle filer';
97abcc3801SAndreas Gohr$lang['cachetime']             = 'Maksimal alder på hurtiglager (sekunder)';
98abcc3801SAndreas Gohr$lang['locktime']              = 'Maksimal alder på låsefiler (sekunder)';
99abcc3801SAndreas Gohr$lang['fetchsize']             = 'Maksimal størrelse (byter) fetch.php kan laste eksternt';
100abcc3801SAndreas Gohr$lang['notify']                = 'Send meldinger om endringer denne e-postadressen';
101abcc3801SAndreas Gohr$lang['registernotify']        = 'Send info om nylig registrerte brukere til denne e-postadressen';
102abcc3801SAndreas Gohr$lang['mailfrom']              = 'Avsenderadresse for automatiske e-poster';
103abcc3801SAndreas Gohr$lang['gzip_output']           = 'Bruk gzip Content-Encoding for XHTML';
104abcc3801SAndreas Gohr$lang['gdlib']                 = 'Versjon av libGD';
105abcc3801SAndreas Gohr$lang['im_convert']            = 'Sti til ImageMagicks konverteringsverktøy';
106abcc3801SAndreas Gohr$lang['jpg_quality']           = 'JPEG-kvalitet (0-100)';
107abcc3801SAndreas Gohr$lang['subscribers']           = 'Åpne for abonnement på endringer av en side';
108abcc3801SAndreas Gohr$lang['compress']              = 'Kompakt CSS og JavaScript';
109abcc3801SAndreas Gohr$lang['hidepages']             = 'Skjul sider fra automatiske lister (regulære uttrykk)';
110abcc3801SAndreas Gohr$lang['send404']               = 'Send "HTTP 404/Page Not Found" for ikke-eksisterende sider';
111abcc3801SAndreas Gohr$lang['sitemap']               = 'Lag Google-sidekart (dager)';
112abcc3801SAndreas 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.';
113b5c14b35SAndreas Gohr$lang['xsendfile']             = 'Bruk X-Sendfile header for å la webserver levere statiske filer? Din webserver må støtte dette.';
11419f21ff3SAndreas Gohr$lang['xmlrpc']                = 'Slå på/slå av XML-RPC-grensesnitt';
1158a60e757SAndreas Gohr$lang['renderer_xhtml']        = 'Renderer til bruk for wiki-output (XHTML)';
11619f21ff3SAndreas Gohr$lang['renderer__core']        = '%s (dokuwikikjerne)';
11719f21ff3SAndreas Gohr$lang['renderer__plugin']      = '%s (plugin)';
118*92a40cd9SKjell Tore Nasgaard$lang['rememberme']            = 'Tillat permanente informasjonskapsler for innlogging (husk meg)';
119abcc3801SAndreas Gohr$lang['rss_type']              = 'Type XML-feed';
120abcc3801SAndreas Gohr$lang['rss_linkto']            = 'XML-feed lenker til';
121b5c14b35SAndreas Gohr$lang['rss_content']           = 'Hva skal vises i XML-feed elementer?';
122abcc3801SAndreas Gohr$lang['rss_update']            = 'Intervall for oppdatering av XML-feed (sekunder)';
123abcc3801SAndreas Gohr$lang['recent_days']           = 'Hvor lenge skal nylige endringer beholdes (dager)';
124abcc3801SAndreas Gohr$lang['rss_show_summary']      = 'Vis redigeringskommentar i tittelen på elementer i XML-feed ';
125abcc3801SAndreas Gohr$lang['target____wiki']        = 'Mål for interne linker';
126abcc3801SAndreas Gohr$lang['target____interwiki']   = 'Mål for interwiki-lenker';
127abcc3801SAndreas Gohr$lang['target____extern']      = 'Mål for eksterne lenker';
128abcc3801SAndreas Gohr$lang['target____media']       = 'Mål for lenker til mediafiler';
129abcc3801SAndreas Gohr$lang['target____windows']     = 'Mål for lenker til nettverksstasjoner i Windows';
130abcc3801SAndreas Gohr$lang['proxy____host']         = 'Navn på proxyserver';
131abcc3801SAndreas Gohr$lang['proxy____port']         = 'Proxyport';
132abcc3801SAndreas Gohr$lang['proxy____user']         = 'Brukernavn på proxyserver';
1338a60e757SAndreas Gohr$lang['proxy____pass']         = 'Passord på proxyserver';
134abcc3801SAndreas Gohr$lang['proxy____ssl']          = 'Bruk SSL for å koble til proxyserver';
135abcc3801SAndreas Gohr$lang['safemodehack']          = 'Bruk safemode-hack';
136abcc3801SAndreas Gohr$lang['ftp____host']           = 'FTP-server for safemode-hack';
137abcc3801SAndreas Gohr$lang['ftp____port']           = 'FTP-port for safemode-hack';
138abcc3801SAndreas Gohr$lang['ftp____user']           = 'FTP-brukernavn for safemode-hack';
139abcc3801SAndreas Gohr$lang['ftp____pass']           = 'FTP-passord for safemode-hack';
140abcc3801SAndreas Gohr$lang['ftp____root']           = 'FTP-rotmappe for safemode-hack';
141*92a40cd9SKjell Tore Nasgaard$lang['license_o_']            = 'Ingen valgt';
142abcc3801SAndreas Gohr$lang['typography_o_0']        = 'ingen';
143abcc3801SAndreas Gohr$lang['typography_o_1']        = 'Kun doble anførselstegn';
144abcc3801SAndreas Gohr$lang['typography_o_2']        = 'Alle anførselstegn (virker ikke alltid)';
145abcc3801SAndreas Gohr$lang['userewrite_o_0']        = 'ingen';
146abcc3801SAndreas Gohr$lang['userewrite_o_1']        = 'Apache (.htaccess)';
147abcc3801SAndreas Gohr$lang['userewrite_o_2']        = 'DokuWiki internt';
148abcc3801SAndreas Gohr$lang['deaccent_o_0']          = 'av';
149abcc3801SAndreas Gohr$lang['deaccent_o_1']          = 'fjern aksenter';
150abcc3801SAndreas Gohr$lang['deaccent_o_2']          = 'bytt til kun latinske bokstaver';
15119f21ff3SAndreas Gohr$lang['gdlib_o_0']             = 'GD lib ikke tilgjengelig';
152abcc3801SAndreas Gohr$lang['gdlib_o_1']             = 'Versjon 1.x';
15319f21ff3SAndreas Gohr$lang['gdlib_o_2']             = 'Automatisk oppdaging';
15419f21ff3SAndreas Gohr$lang['rss_type_o_rss']        = 'RSS 0.91';
15519f21ff3SAndreas Gohr$lang['rss_type_o_rss1']       = 'RSS 1.0';
15619f21ff3SAndreas Gohr$lang['rss_type_o_rss2']       = 'RSS 2.0';
15719f21ff3SAndreas Gohr$lang['rss_type_o_atom']       = 'Atom 0.3';
15819f21ff3SAndreas Gohr$lang['rss_type_o_atom1']      = 'Atom 1.0';
1598a60e757SAndreas Gohr$lang['rss_content_o_abstract'] = 'Ingress';
16019f21ff3SAndreas Gohr$lang['rss_content_o_diff']    = 'Forent Diff';
16119f21ff3SAndreas Gohr$lang['rss_content_o_htmldiff'] = 'HTML-formatert diff-tabell';
16219f21ff3SAndreas Gohr$lang['rss_content_o_html']    = 'Full HTML sideinnhold';
163abcc3801SAndreas Gohr$lang['rss_linkto_o_diff']     = 'endringsvisning';
164abcc3801SAndreas Gohr$lang['rss_linkto_o_page']     = 'den endrede siden';
165abcc3801SAndreas Gohr$lang['rss_linkto_o_rev']      = 'liste over endringer';
166abcc3801SAndreas Gohr$lang['rss_linkto_o_current']  = 'den nåværende siden';
167abcc3801SAndreas Gohr$lang['compression_o_0']       = 'ingen';
16819f21ff3SAndreas Gohr$lang['compression_o_gz']      = 'gzip';
16919f21ff3SAndreas Gohr$lang['compression_o_bz2']     = 'bz2';
170b5c14b35SAndreas Gohr$lang['xsendfile_o_0']         = 'ikke bruk';
171b5c14b35SAndreas Gohr$lang['xsendfile_o_1']         = 'Proprietær lighttpd header (før release 1.5)';
17219f21ff3SAndreas Gohr$lang['xsendfile_o_2']         = 'Standard X-Sendfile header';
17319f21ff3SAndreas Gohr$lang['xsendfile_o_3']         = 'Priprietær Nginx X-Accel-Redirect header';
174