xref: /dokuwiki/inc/lang/no/lang.php (revision 19f21ff310f6217426d9fae4e3937a3de759a914)
14dc4b499Smatthiasgrimm<?php
2bc3b6aecSandi/**
3bc3b6aecSandi * Norwegian language file
4bc3b6aecSandi *
5bc3b6aecSandi * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6bc3b6aecSandi * @author Reidar Mosvold <Reidar.Mosvold@hit.no>
7bc3b6aecSandi * @author Jorge Barrera Grandon <jorge@digitalwolves.org>
858912dfbSAndreas Gohr * @author Rune Rasmussen http://www.syntaxerror.no/
9db424466SAndreas Gohr * @author Thomas Nygreen <nygreen@gmail.com>
10b5c14b35SAndreas Gohr * @author Arild Burud <arildb@met.no>
11*19f21ff3SAndreas Gohr * @author Torkill Bruland <torkar-b@online.no>
12bc3b6aecSandi */
13abcc3801SAndreas Gohr$lang['encoding']              = 'utf-8';
14abcc3801SAndreas Gohr$lang['direction']             = 'ltr';
15b5c14b35SAndreas Gohr$lang['doublequoteopening']    = '“';
16b5c14b35SAndreas Gohr$lang['doublequoteclosing']    = '”';
17b5c14b35SAndreas Gohr$lang['singlequoteopening']    = '‘';
18b5c14b35SAndreas Gohr$lang['singlequoteclosing']    = '’';
19b5c14b35SAndreas Gohr$lang['apostrophe']            = '\'';
20abcc3801SAndreas Gohr$lang['btn_edit']              = 'Rediger denne siden';
21abcc3801SAndreas Gohr$lang['btn_source']            = 'Vis kildetekst';
22abcc3801SAndreas Gohr$lang['btn_show']              = 'Vis siden';
23abcc3801SAndreas Gohr$lang['btn_create']            = 'Lag denne siden';
24abcc3801SAndreas Gohr$lang['btn_search']            = 'Søk';
25abcc3801SAndreas Gohr$lang['btn_save']              = 'Lagre';
26abcc3801SAndreas Gohr$lang['btn_preview']           = 'Forhåndsvis';
27abcc3801SAndreas Gohr$lang['btn_top']               = 'Til toppen av siden';
28abcc3801SAndreas Gohr$lang['btn_newer']             = '<< nyere';
29abcc3801SAndreas Gohr$lang['btn_older']             = 'eldre >>';
30abcc3801SAndreas Gohr$lang['btn_revs']              = 'Historikk';
31abcc3801SAndreas Gohr$lang['btn_recent']            = 'Siste endringer';
32abcc3801SAndreas Gohr$lang['btn_upload']            = 'Last opp';
33abcc3801SAndreas Gohr$lang['btn_cancel']            = 'Avbryt';
34abcc3801SAndreas Gohr$lang['btn_index']             = 'Indeks';
35abcc3801SAndreas Gohr$lang['btn_secedit']           = 'Rediger';
36abcc3801SAndreas Gohr$lang['btn_login']             = 'Logg inn';
37abcc3801SAndreas Gohr$lang['btn_logout']            = 'Logg ut';
38abcc3801SAndreas Gohr$lang['btn_admin']             = 'Admin';
39abcc3801SAndreas Gohr$lang['btn_update']            = 'Oppdater';
40abcc3801SAndreas Gohr$lang['btn_delete']            = 'Slett';
41abcc3801SAndreas Gohr$lang['btn_back']              = 'Tilbake';
42abcc3801SAndreas Gohr$lang['btn_backlink']          = 'Tilbakelinker';
43abcc3801SAndreas Gohr$lang['btn_backtomedia']       = 'Tilbake til valg av mediafil';
44abcc3801SAndreas Gohr$lang['btn_subscribe']         = 'Abonner på endringer';
45abcc3801SAndreas Gohr$lang['btn_unsubscribe']       = 'Ikke abonner på endringer';
46*19f21ff3SAndreas Gohr$lang['btn_subscribens']       = 'Abonner på endringer i navnerom';
47*19f21ff3SAndreas Gohr$lang['btn_unsubscribens']     = 'Stopp abonnement på endringer i navnerom';
48abcc3801SAndreas Gohr$lang['btn_profile']           = 'Oppdater profil';
49abcc3801SAndreas Gohr$lang['btn_reset']             = 'Tilbakestill';
50abcc3801SAndreas Gohr$lang['btn_resendpwd']         = 'Send nytt passord';
51abcc3801SAndreas Gohr$lang['btn_draft']             = 'Rediger kladd';
52abcc3801SAndreas Gohr$lang['btn_recover']           = 'Gjennvinn kladd';
53abcc3801SAndreas Gohr$lang['btn_draftdel']          = 'Slett kladd';
54abcc3801SAndreas Gohr$lang['loggedinas']            = 'Innlogget som';
55abcc3801SAndreas Gohr$lang['user']                  = 'Brukernavn';
56abcc3801SAndreas Gohr$lang['pass']                  = 'Passord';
57abcc3801SAndreas Gohr$lang['newpass']               = 'Nytt passord';
58abcc3801SAndreas Gohr$lang['oldpass']               = 'Bekreft gjeldende passord';
59abcc3801SAndreas Gohr$lang['passchk']               = 'Bekreft passord';
60abcc3801SAndreas Gohr$lang['remember']              = 'Husk meg';
61abcc3801SAndreas Gohr$lang['fullname']              = 'Fullt navn';
62abcc3801SAndreas Gohr$lang['email']                 = 'E-post';
63abcc3801SAndreas Gohr$lang['register']              = 'Registrer deg';
64abcc3801SAndreas Gohr$lang['profile']               = 'Brukerprofil';
65abcc3801SAndreas Gohr$lang['badlogin']              = 'Ugyldig brukernavn og/eller passord.';
66abcc3801SAndreas Gohr$lang['minoredit']             = 'Mindre endringer';
67abcc3801SAndreas Gohr$lang['draftdate']             = 'Kladd autolagret';
68abcc3801SAndreas Gohr$lang['regmissing']            = 'Vennligst fyll ut alle felt.';
69abcc3801SAndreas Gohr$lang['reguexists']            = 'Det finnes allerede en konto med dette brukernavnet.';
70abcc3801SAndreas Gohr$lang['regsuccess']            = 'Brukerkonto har blitt laget og passord har blitt sendt via e-post.';
71abcc3801SAndreas Gohr$lang['regsuccess2']           = 'Brukeren har blitt laget.';
72abcc3801SAndreas Gohr$lang['regmailfail']           = 'En feil oppstod da passordet ditt skulle sendes via e-post. Vennligst kontakt administratoren!';
73abcc3801SAndreas Gohr$lang['regbadmail']            = 'Den angitte e-post adressen ser ut til å være ugyldig. Vennligst kontakt administratoren om du anser dette som feilaktig.';
74abcc3801SAndreas Gohr$lang['regbadpass']            = 'De to angitte passordene er ikke like, vennligst forsøk igjen.';
75abcc3801SAndreas Gohr$lang['regpwmail']             = 'Ditt DokuWiki passord';
76abcc3801SAndreas Gohr$lang['reghere']               = 'Har du ikke en konto enda? Lag deg en';
77abcc3801SAndreas Gohr$lang['profna']                = 'Denne wikien støtter ikke profilendringer';
78abcc3801SAndreas Gohr$lang['profnochange']          = 'Ingen endringer, ingenting å gjøre.';
79abcc3801SAndreas Gohr$lang['profnoempty']           = 'Tomt navn- eller e-postfelt er ikke tillatt.';
80abcc3801SAndreas Gohr$lang['profchanged']           = 'Brukerprofil ble vellykket oppdatert.';
81abcc3801SAndreas Gohr$lang['pwdforget']             = 'Glemt ditt passord? Få deg et nytt';
82abcc3801SAndreas Gohr$lang['resendna']              = 'Denne wikien støtter ikke nyutsending.';
83abcc3801SAndreas Gohr$lang['resendpwd']             = 'Send nytt passord for';
84abcc3801SAndreas Gohr$lang['resendpwdmissing']      = 'Beklager, du må fylle inn alle felt.';
85abcc3801SAndreas Gohr$lang['resendpwdnouser']       = 'Beklager, vi kan ikke finne denne brukeren i vår database.';
86abcc3801SAndreas Gohr$lang['resendpwdbadauth']      = 'Beklager, denne autorisasjonskoden er ikke gyldig. Sjekk at du brukte hele bekreftelseslenken.';
87abcc3801SAndreas Gohr$lang['resendpwdconfirm']      = 'En bekreftelseslenke er blitt sendt på e-post.';
88abcc3801SAndreas Gohr$lang['resendpwdsuccess']      = 'Ditt nye passord er blitt sendt på e-post.';
89abcc3801SAndreas Gohr$lang['txt_upload']            = 'Velg fil som skal lastes opp';
90abcc3801SAndreas Gohr$lang['txt_filename']          = 'Skriv inn wikinavn (alternativt)';
91abcc3801SAndreas Gohr$lang['txt_overwrt']           = 'Overskriv eksisterende fil';
92abcc3801SAndreas Gohr$lang['lockedby']              = 'Stengt av';
93abcc3801SAndreas Gohr$lang['lockexpire']            = 'Avstengningen opphører';
94abcc3801SAndreas Gohr$lang['willexpire']            = 'Din redigeringslås for dette dokumentet kommer snart til å opphøre.\nFor å unngå versjonskonflikter bør du forhåndsvise dokumentet ditt for å forlenge redigeringslåsen.';
95abcc3801SAndreas Gohr$lang['notsavedyet']           = 'Ulagrede endringer vil gå tapt.\nVil du fortsette?';
96abcc3801SAndreas Gohr$lang['rssfailed']             = 'En feil oppstod da denne kilden skulle hentes:';
97abcc3801SAndreas Gohr$lang['nothingfound']          = 'Ingen data funnet.';
98abcc3801SAndreas Gohr$lang['mediaselect']           = 'Valg av mediafil';
99abcc3801SAndreas Gohr$lang['fileupload']            = 'Mediafil Opplasting';
100abcc3801SAndreas Gohr$lang['uploadsucc']            = 'Opplastingen var vellykket';
101abcc3801SAndreas Gohr$lang['uploadfail']            = 'Opplastingen var mislykket. Gale rettigheter?';
102abcc3801SAndreas Gohr$lang['uploadwrong']           = 'Opplastingen ble nektet. Denne filendelsen er ikke tillatt!';
103abcc3801SAndreas Gohr$lang['uploadexist']           = 'Filen eksisterer. Ingenting har blitt gjort.';
104abcc3801SAndreas Gohr$lang['uploadbadcontent']      = 'Det opplastede innholdet passer ikke til filendelsen %s.';
105abcc3801SAndreas Gohr$lang['uploadspam']            = 'Opplastingen ble blokkert av svartelisten for spam.';
106abcc3801SAndreas Gohr$lang['uploadxss']             = 'Opplastingen ble blokkert på grunn av mulig skadelig innhold.';
107abcc3801SAndreas Gohr$lang['deletesucc']            = 'Filen "%s" har blitt slettet.';
108abcc3801SAndreas Gohr$lang['deletefail']            = '"%s" kunne ikke slettes - sjekk rettighetene.';
109abcc3801SAndreas Gohr$lang['mediainuse']            = 'Filen "%s" har ikke biltt slettet - den er fortsatt i bruk.';
110abcc3801SAndreas Gohr$lang['namespaces']            = 'Navnerom';
111abcc3801SAndreas Gohr$lang['mediafiles']            = 'Tilgjengelige filer i';
11240cc8703SAndreas Gohr$lang['js']['keepopen']        = 'Hold vindu åpent ved valg';
11340cc8703SAndreas Gohr$lang['js']['hidedetails']     = 'Skjul detaljer';
114abcc3801SAndreas Gohr$lang['mediausage']            = 'Bruk følgende syntaks til å refferer til denne filen:';
115abcc3801SAndreas Gohr$lang['mediaview']             = 'Vis original fil';
116abcc3801SAndreas Gohr$lang['mediaroot']             = 'rot';
117b5c14b35SAndreas Gohr$lang['mediaupload']           = 'Last opp en fil til gjeldende navnerom her. For å opprette undernavnerom, før dem opp før filnavn i "Last opp som" adskilt med kolon.';
118abcc3801SAndreas Gohr$lang['mediaextchange']        = 'Filendelse endret fra .%s til .%s!';
119abcc3801SAndreas Gohr$lang['reference']             = 'Referanser for';
120abcc3801SAndreas Gohr$lang['ref_inuse']             = 'Denne filen kan ikke slettes fordi den er fortsatt i bruk av følgende sider:';
121abcc3801SAndreas Gohr$lang['ref_hidden']            = 'Noen referanser er på sider du ikke har tilgang til å lese';
122abcc3801SAndreas Gohr$lang['hits']                  = 'Treff';
123abcc3801SAndreas Gohr$lang['quickhits']             = 'Matchende wikinavn';
124abcc3801SAndreas Gohr$lang['toc']                   = 'Innholdsfortegnelse';
125abcc3801SAndreas Gohr$lang['current']               = 'nåværende versjon';
126abcc3801SAndreas Gohr$lang['yours']                 = 'Din versjon';
127abcc3801SAndreas Gohr$lang['diff']                  = 'Vis forskjeller mot nåværende versjon';
128b5c14b35SAndreas Gohr$lang['diff2']                 = 'Vis forskjeller mellom valgte versjoner';
129abcc3801SAndreas Gohr$lang['line']                  = 'Linje';
130abcc3801SAndreas Gohr$lang['breadcrumb']            = 'Spor';
131abcc3801SAndreas Gohr$lang['youarehere']            = 'Du er her';
132abcc3801SAndreas Gohr$lang['lastmod']               = 'Sist modifisert';
133abcc3801SAndreas Gohr$lang['by']                    = 'av';
134abcc3801SAndreas Gohr$lang['deleted']               = 'fjernet';
135abcc3801SAndreas Gohr$lang['created']               = 'opprettet';
136abcc3801SAndreas Gohr$lang['restored']              = 'gjenopprettet til en tidligere versjon';
137abcc3801SAndreas Gohr$lang['external_edit']         = 'ekstern redigering';
138abcc3801SAndreas Gohr$lang['summary']               = 'Redigeringskommentar';
139abcc3801SAndreas Gohr$lang['mail_newpage']          = 'side lagt til:';
140abcc3801SAndreas Gohr$lang['mail_changed']          = 'side endret:';
141b5c14b35SAndreas Gohr$lang['mail_new_user']         = 'ny bruker:';
142abcc3801SAndreas Gohr$lang['mail_upload']           = 'fil opplastet:';
143abcc3801SAndreas Gohr$lang['nosmblinks']            = 'Lenker til Windows-ressurser fungerer bare i Microsoft sin Internet Explorer.\nDu kan fortsatt kopiere og lime inn lenken.';
144abcc3801SAndreas Gohr$lang['qb_alert']              = 'Vennligst skriv inn teksten du ønsker å formatere.\nDen vil bli lagt til mot slutten av dokumentet.';
145abcc3801SAndreas Gohr$lang['qb_bold']               = 'Fet tekst';
146abcc3801SAndreas Gohr$lang['qb_italic']             = 'Kursiv tekst';
147abcc3801SAndreas Gohr$lang['qb_underl']             = 'Understreket tekst';
148abcc3801SAndreas Gohr$lang['qb_code']               = 'Kodetekst';
149abcc3801SAndreas Gohr$lang['qb_strike']             = 'Gjennomstreket tekst';
150abcc3801SAndreas Gohr$lang['qb_h1']                 = 'Nivå 1 Rubrikk';
151abcc3801SAndreas Gohr$lang['qb_h2']                 = 'Nivå 2 Rubrikk';
152abcc3801SAndreas Gohr$lang['qb_h3']                 = 'Nivå 3 Rubrikk';
153abcc3801SAndreas Gohr$lang['qb_h4']                 = 'Nivå 4 Rubrikk';
154abcc3801SAndreas Gohr$lang['qb_h5']                 = 'Nivå 5 Rubrikk';
155abcc3801SAndreas Gohr$lang['qb_link']               = 'Intern Lenke';
156abcc3801SAndreas Gohr$lang['qb_extlink']            = 'Ekstern Lenke';
157abcc3801SAndreas Gohr$lang['qb_hr']                 = 'Horisontal strek';
158abcc3801SAndreas Gohr$lang['qb_ol']                 = 'Punkt for sortert punktliste';
159abcc3801SAndreas Gohr$lang['qb_ul']                 = 'Punkt for usortert punktliste';
160abcc3801SAndreas Gohr$lang['qb_media']              = 'Legg til bilder og andre filer';
161abcc3801SAndreas Gohr$lang['qb_sig']                = 'Føy til signatur';
162abcc3801SAndreas Gohr$lang['qb_smileys']            = 'Humørfjes';
163abcc3801SAndreas Gohr$lang['qb_chars']              = 'Spesialtegn';
164abcc3801SAndreas Gohr$lang['del_confirm']           = 'Slett denne oppføringen?';
165abcc3801SAndreas Gohr$lang['admin_register']        = 'Legg til ny bruker';
166abcc3801SAndreas Gohr$lang['metaedit']              = 'Rediger Metadata';
167abcc3801SAndreas Gohr$lang['metasaveerr']           = 'Skriving av metadata feilet';
168abcc3801SAndreas Gohr$lang['metasaveok']            = 'Metadata lagret';
169abcc3801SAndreas Gohr$lang['img_backto']            = 'Tilbake til';
170abcc3801SAndreas Gohr$lang['img_title']             = 'Tittel';
171abcc3801SAndreas Gohr$lang['img_caption']           = 'Billedtekst';
172abcc3801SAndreas Gohr$lang['img_date']              = 'Dato';
173abcc3801SAndreas Gohr$lang['img_fname']             = 'Filnavn';
174abcc3801SAndreas Gohr$lang['img_fsize']             = 'Størrelse';
175abcc3801SAndreas Gohr$lang['img_artist']            = 'Fotograf';
176abcc3801SAndreas Gohr$lang['img_copyr']             = 'Opphavsrett';
177abcc3801SAndreas Gohr$lang['img_format']            = 'Format';
178abcc3801SAndreas Gohr$lang['img_camera']            = 'Kamera';
179abcc3801SAndreas Gohr$lang['img_keywords']          = 'Nøkkelord';
180b5c14b35SAndreas Gohr$lang['subscribe_success']     = 'Lagt til %s som abonnent av listen for %s';
181abcc3801SAndreas Gohr$lang['subscribe_error']       = 'En feil oppstod når %s skulle legges til som abonnent av listen for %s';
182abcc3801SAndreas Gohr$lang['subscribe_noaddress']   = 'Det er ingen adresse som er assosiert med din login. Du kan dermed ikke bli lagt til som abonnent av listen.';
183abcc3801SAndreas Gohr$lang['unsubscribe_success']   = 'Fjernet %s som abonnent for listen %s';
184abcc3801SAndreas Gohr$lang['unsubscribe_error']     = 'En feil oppstod når %s skulle fjernes som abonnent fra listen for %s';
185abcc3801SAndreas Gohr$lang['authmodfailed']         = 'Dårlig konfigurert brukerautorisasjon. Vennligst innformer Wiki-admin.';
186abcc3801SAndreas Gohr$lang['authtempfail']          = 'Brukerautorisasjon er midlertidig utilgjengelig. Om dette vedvarer, vennligst informer Wiki-admin.';
187abcc3801SAndreas Gohr$lang['i_chooselang']          = 'Velg ditt språk';
188abcc3801SAndreas Gohr$lang['i_installer']           = 'DokuWiki-installasjon';
189abcc3801SAndreas Gohr$lang['i_wikiname']            = 'Wikinavn';
190abcc3801SAndreas Gohr$lang['i_enableacl']           = 'Aktiver ACL (anbefalt)';
191abcc3801SAndreas Gohr$lang['i_superuser']           = 'Superbruker';
192abcc3801SAndreas Gohr$lang['i_problems']            = 'Installasjonen oppdaget noen problemer, disse listes nedenfor. Du kan ikke fortsett før du har løst disse.';
193abcc3801SAndreas Gohr$lang['i_modified']            = 'For sikkerhets skyld vil dette skriptet bare virke med en ny og uendret Dokuwiki-installsjon.
19458912dfbSAndreas Gohr                         Du burde enten pakke ut filene på nytt fra den nedlastede pakken, eller konsultere den komplette
19558912dfbSAndreas Gohr                         <a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki-installasjonsinstruksen</a>';
196abcc3801SAndreas Gohr$lang['i_funcna']              = 'PHP-funksjonen <code>%s</code> er ikke tilgjengelig. Kanskje din leverandør har deaktivert den av noen grunn?';
197abcc3801SAndreas Gohr$lang['i_phpver']              = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.';
198abcc3801SAndreas Gohr$lang['i_permfail']            = '<code>%s</code> er ikke skrivbar for DokuWiki. Du behøver å fikse rettighetene for denne mappen!';
199abcc3801SAndreas Gohr$lang['i_confexists']          = '<code>%s</code> eksisterer allerede';
200abcc3801SAndreas Gohr$lang['i_writeerr']            = 'Kunne ikke opprette <code>%s</code>. Du må sjekke mappe-/filrettigheter og opprette filen manuelt.';
201b5c14b35SAndreas Gohr$lang['i_badhash']             = 'ikke gjenkjent eller modifisert dokuwiki.php (hash=<code>%s</code>)';
202abcc3801SAndreas Gohr$lang['i_badval']              = '<code>%s</code> - ugyldig eller tom verdi';
203abcc3801SAndreas Gohr$lang['i_success']             = 'Konfigurasjonen ble vellykket fullført. Du kan slette install.php filen nå. Fortsett til
20458912dfbSAndreas Gohr                        <a href="doku.php">din nye DokuWiki</a>.';
205abcc3801SAndreas Gohr$lang['i_failure']             = 'Noen feil oppstod ved skriving til konfigurasjonsfilene. Du må kanskje fikse de manuelt før
20658912dfbSAndreas Gohr                         du kan bruke <a href="doku.php">din nye DokuWiki</a>.';
207abcc3801SAndreas Gohr$lang['i_policy']              = 'Innledende ACL-politikk';
208abcc3801SAndreas Gohr$lang['i_pol0']                = 'Åpen Wiki (les, skriv og opplasting for alle)';
209abcc3801SAndreas Gohr$lang['i_pol1']                = 'Offentlig Wiki (les for alle, skriving og opplasting bare for registrerte brukere)';
210abcc3801SAndreas Gohr$lang['i_pol2']                = 'Lukket Wiki (les, skriv og opplasting bare for registrerte brukere)';
211abcc3801SAndreas Gohr$lang['i_retry']               = 'Prøv igjen';
212