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:
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.
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).