needed er anbefalt og du kjører $a->current'; $string['environmentrequireinstall'] = 'er påkrevd at du installerer/tillater'; $string['environmentrequireversion'] = 'Du må ha versjon $a->needed. Du kjører $a->current'; $string['environmentxmlerror'] = 'En feil oppsto under lesing av omgivelsesdata ($a->error_code)'; $string['error'] = 'Feil'; $string['fail'] = 'Fail'; $string['fileuploads'] = 'File Uploads'; $string['fileuploadserror'] = 'This should be on'; $string['gdversion'] = 'GD version'; $string['gdversionerror'] = 'The GD library should be present to process and create images'; $string['gdversionhelp'] = '

Your server does not seem to have GD installed.

GD is a library that is required by PHP to allow Moodle to process images (such as the user profile icons) and to create new images (such as the log graphs). Moodle will still work without GD - these features will just not be available to you.

To add GD to PHP under Unix, compile PHP using the --with-gd parameter.

Under Windows you can usually edit php.ini and uncomment the line referencing php_gd2.dll.

'; $string['help'] = 'Hjelp'; $string['info'] = 'Informasjon'; $string['installation'] = 'Installation'; $string['invalidmd5'] = 'Ugyldig md5'; $string['language'] = 'Språk'; $string['magicquotesruntime'] = 'Magic Quotes Run Time'; $string['magicquotesruntimeerror'] = 'This should be off'; $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.'; $string['memorylimit'] = 'Memory Limit'; $string['memorylimiterror'] = 'The PHP memory limit is set quite low ... you may run into problems later.'; $string['memorylimithelp'] = '

The PHP memory limit for your server is currently set to $a.

This may cause Moodle to have memory problems later on, especially if you have a lot of modules enabled and/or a lot of users.

We recommend that you configure PHP with a higher limit if possible, like 16M. There are several ways of doing this that you can try:

  1. If you are able to, recompile PHP with --enable-memory-limit. This will allow Moodle to set the memory limit itself.
  2. If you have access to your php.ini file, you can change the memory_limit setting in there to something like 16M. If you don\'t have access you might be able to ask your administrator to do this for you.
  3. On some PHP servers you can create a .htaccess file in the Moodle directory containing this line:

    php_value memory_limit 16M

    However, on some servers this will prevent all PHP pages from working (you will see errors when you look at pages) so you\'ll have to remove the .htaccess file.

'; $string['missingrequiredfield'] = 'Noen påkrevde felt mangler'; $string['moodledocslink'] = 'Moodledokumentasjon for denne siden'; $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.'; $string['name'] = 'Navn'; $string['next'] = 'Neste'; $string['ok'] = 'OK'; $string['parentlanguage'] = 'Overordnet reservespråk'; $string['pass'] = 'Pass'; $string['password'] = 'Passord'; $string['phpversion'] = 'PHP version'; $string['phpversionerror'] = 'PHP version must be at least 4.1.0'; $string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.1.0.

You are currently running version $a

You must upgrade PHP or move to a host with a newer version of PHP!

'; $string['previous'] = 'Forrige'; $string['remotedownloadnotallowed'] = 'Nedlasting av komponenter til din tjenermaskin er ikke tillatt (allow_url_fopen er satt til ulovlig).

Du må laste ned url\">$a->url-filen manuelt, kopiere den til \"$a->dest\" på tjeneren og pakke den ut der.'; $string['report'] = 'Rapport'; $string['safemode'] = 'Safe Mode'; $string['safemodeerror'] = 'Moodle may have trouble with safe mode on'; $string['sessionautostart'] = 'Session Auto Start'; $string['sessionautostarterror'] = 'This should be off'; $string['status'] = 'Status'; $string['thischarset'] = 'UTF-8'; $string['thislanguage'] = 'Norsk - bokmål'; $string['user'] = 'Bruker'; $string['wrongdestpath'] = 'Gal resultatmappe'; $string['wrongsourcebase'] = 'Galt ZIP-filnavn.'; $string['wrongzipfilename'] = 'Galt ZIP-filnavn.'; $string['wwwroot'] = 'Web address'; $string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.'; ?>