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