2 /// Please, do not edit this file manually! It's auto generated from
3 /// contents stored in your standard lang pack files:
4 /// (langconfig.php, install.php, moodle.php, admin.php and error.php)
6 /// If you find some missing string in Moodle installation, please,
7 /// keep us informed using http://moodle.org/bugs Thanks!
9 /// File generated by cvs://contrib/lang2installer/installer_builder
10 /// using strings defined in installer_strings (same dir)
12 $string['admindirerror'] = 'The admin directory specified is incorrect';
13 $string['admindirname'] = 'Admin Directory';
14 $string['bypassed'] = 'Utelatt';
15 $string['cannotcreatelangdir'] = 'Kan ikke opprette mappen \'lang\'.';
16 $string['cannotcreatetempdir'] = 'Kan ikke opprette mappen \'temp';
17 $string['cannotdownloadcomponents'] = 'Kan ikke laste ned komponentene.';
18 $string['cannotdownloadzipfile'] = 'Kan ikke laste ned ZIP-fil.';
19 $string['cannotfindcomponent'] = 'Kan ikke finne komponenten.';
20 $string['cannotsavemd5file'] = 'Kan ikke lagre md5-fil.';
21 $string['cannotsavezipfile'] = 'Kan ikke lagre ZIP-fil.';
22 $string['cannotunzipfile'] = 'Kan ikke pakke opp (unzip) filen.';
23 $string['caution'] = 'Caution';
24 $string['check'] = 'Sjekk';
25 $string['closewindow'] = 'Lukk dette vinduet';
26 $string['componentisuptodate'] = 'Komponenten er ajourført.';
27 $string['configfilenotwritten'] = 'The installer script was not able to automatically create a config.php file containing your chosen settings, probably because the Moodle directory is not writeable. You can manually copy the following code into a file named config.php within the root directory of Moodle.';
28 $string['configfilewritten'] = 'config.php has been successfully created';
29 $string['continue'] = 'Fortsett';
30 $string['curlrecommended'] = 'Vi anbefaler sterkt at Curl-biblioteket legges til i php.ini for å aktivere Moodles Nettverksfunksjonalitet.';
31 $string['customcheck'] = 'A';
32 $string['database'] = 'Database';
33 $string['dataroot'] = 'Data Directory';
34 $string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
35 $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
36 $string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided';
37 $string['dbhost'] = 'Host Server';
38 $string['dbprefix'] = 'Tables prefix';
39 $string['dbtype'] = 'Type';
40 $string['dirroot'] = 'Moodle Directory';
41 $string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.';
42 $string['download'] = 'Download';
43 $string['downloadedfilecheckfailed'] = 'Sjekk av nedlastet fil feilet.';
44 $string['environmenterrortodo'] = 'Du må løse alle de nevnte problem (feil) identifiserti omgivelsene før du fortsetter å installere denne Moodle versjonen!';
45 $string['environmentrecommendcustomcheck'] = 'Hvis denne testen feiler, kan det bety et mulig problem.';
46 $string['environmentrecommendinstall'] = 'er anbefalt at du installerer/tillater';
47 $string['environmentrecommendversion'] = 'versjon $a->needed er anbefalt og du kjører $a->current';
48 $string['environmentrequirecustomcheck'] = 'denne testen må godkjennes';
49 $string['environmentrequireinstall'] = 'er påkrevd at du installerer/tillater';
50 $string['environmentrequireversion'] = 'Du må ha versjon $a->needed. Du kjører $a->current';
51 $string['environmentxmlerror'] = 'En feil oppsto under lesing av omgivelsesdata ($a->error_code)';
52 $string['error'] = 'Feil';
53 $string['fail'] = 'Fail';
54 $string['fileuploads'] = 'File Uploads';
55 $string['fileuploadserror'] = 'This should be on';
56 $string['gdversion'] = 'GD version';
57 $string['gdversionerror'] = 'The GD library should be present to process and create images';
58 $string['gdversionhelp'] = '<p>Your server does not seem to have GD installed.</p>
60 <p>GD is a library that is required by PHP to allow Moodle to process images
61 (such as the user profile icons) and to create new images (such as
62 the log graphs). Moodle will still work without GD - these features
63 will just not be available to you.</p>
65 <p>To add GD to PHP under Unix, compile PHP using the --with-gd parameter.</p>
67 <p>Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.</p>';
68 $string['help'] = 'Hjelp';
69 $string['iconvrecommended'] = 'Installering av ICONV-biblioteket er sterkt anbefalt for å forbedre ytelsen, spesielt hvis siten din støtter ikke-latinske språk.';
70 $string['info'] = 'Informasjon';
71 $string['installation'] = 'Installation';
72 $string['invalidmd5'] = 'Ugyldig md5';
73 $string['language'] = 'Språk';
74 $string['magicquotesruntime'] = 'Magic Quotes Run Time';
75 $string['magicquotesruntimeerror'] = 'This should be off';
76 $string['mbstringrecommended'] = 'Installering av det valgfrie bibliotek MBSTRING er anbefalt for at du skal forbedre ytelsen til nettstedet, spesielt hvis nettstedet støtter ikke-latinske språk.';
77 $string['memorylimit'] = 'Memory Limit';
78 $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.';
79 $string['memorylimithelp'] = '<p>The PHP memory limit for your server is currently set to $a.</p>
81 <p>This may cause Moodle to have memory problems later on, especially
82 if you have a lot of modules enabled and/or a lot of users.</p>
84 <p>We recommend that you configure PHP with a higher limit if possible, like 40M.
85 There are several ways of doing this that you can try:</p>
87 <li>If you are able to, recompile PHP with <i>--enable-memory-limit</i>.
88 This will allow Moodle to set the memory limit itself.</li>
89 <li>If you have access to your php.ini file, you can change the <b>memory_limit</b>
90 setting in there to something like 40M. If you don\'t have access you might
91 be able to ask your administrator to do this for you.</li>
92 <li>On some PHP servers you can create a .htaccess file in the Moodle directory
94 <p><blockquote>php_value memory_limit 40M</blockquote></p>
95 <p>However, on some servers this will prevent <b>all</b> PHP pages from working
96 (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.</p></li>
98 $string['missingrequiredfield'] = 'Noen påkrevde felt mangler';
99 $string['moodledocslink'] = 'Moodledokumentasjon for denne siden';
100 $string['mysql416bypassed'] = 'Likevel, dersom Moodle-siten bare bruker iso-8859-1 (latin, KAN du likevel bruke din installerte MySQL 4.1.12 (eller høyere).';
101 $string['mysql416required'] = 'MySQL 4.1.16 er minstekravet for Moodle 1.6.x, hvis vi skal garantere at alle data skal kunne konverteres til UTF-8 i fremtiden.';
102 $string['mysqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the MySQL extension so that it can communicate with MySQL. Please check your php.ini file or recompile PHP.';
103 $string['name'] = 'Navn';
104 $string['next'] = 'Neste';
105 $string['ok'] = 'OK';
106 $string['opensslrecommended'] = 'Vi anbefaler sterkt at openssl-biblioteket installeres. Du må ha det for å aktivisere Moodle Network funksjonaliteten.';
107 $string['parentlanguage'] = 'Overordnet reservespråk';
108 $string['pass'] = 'Pass';
109 $string['password'] = 'Passord';
110 $string['php50restricted'] = 'PHP 5.0.x har en rekke kjente feil. Vennligst oppgrader til versjon 5.1 eller nedgrader til 4.3.x eller 4.4.x';
111 $string['phpversion'] = 'PHP version';
112 $string['phpversionerror'] = 'PHP version must be at least 4.1.0';
113 $string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.1.0.</p>
114 <p>You are currently running version $a</p>
115 <p>You must upgrade PHP or move to a host with a newer version of PHP!</p>';
116 $string['previous'] = 'Forrige';
117 $string['qtyperqpwillberemoved'] = 'I oppgraderingen vil RQP spørsmålstypen bli fjernet. Du har ikke brukt denne spørsmålstypen, så du skulle ikke ha noe problem med dette.';
118 $string['qtyperqpwillberemovedanyway'] = 'Under oppgraderingen vil RQP spørsmålstypen bli fjernet. Du har noen RQP spørsmål i databasen din, og disse vil slutte å virke om du ikke reinstallerer programmet fra http://moodle.org/mod/data/view.php?d=13&rid=797 før du fortsetter oppgraderingen';
119 $string['remotedownloadnotallowed'] = 'Nedlasting av komponenter til din tjenermaskin er ikke tillatt (allow_url_fopen er satt til ulovlig). <br /> <br />Du må laste ned
120 <a href=\"$a->url\">$a->url</a>-filen manuelt, kopiere den til \"$a->dest\" på tjeneren og pakke den ut der.';
121 $string['report'] = 'Rapport';
122 $string['restricted'] = 'Begrenset';
123 $string['safemode'] = 'Safe Mode';
124 $string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
125 $string['serverchecks'] = 'Serveren sjekker';
126 $string['sessionautostart'] = 'Session Auto Start';
127 $string['sessionautostarterror'] = 'This should be off';
128 $string['status'] = 'Status';
129 $string['thischarset'] = 'UTF-8';
130 $string['thislanguage'] = 'Norsk - bokmål';
131 $string['unicoderecommended'] = 'Vi anbefaler at alle dine data lagres i UNICODE (UTF-8). Nye installasjoner bør gjøres til Unicode-databaser. Dersom du oppgraderer bør du kjøre UTF-8 migrasjonsrutinen i admin-menyen.';
132 $string['unicoderequired'] = 'Det er påkrevd at du lagrer alle data i Unicode format(UTF-8).Nye installasjoner må gjøres til Unicode-databaser. Dersom du oppgraderer må etterpå du kjøre UTF-8 migrasjonsrutinen i admin-menyen.';
133 $string['user'] = 'Bruker';
134 $string['wrongdestpath'] = 'Gal resultatmappe';
135 $string['wrongsourcebase'] = 'Galt ZIP-filnavn.';
136 $string['wrongzipfilename'] = 'Galt ZIP-filnavn.';
137 $string['wwwroot'] = 'Web address';
138 $string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.';