From: moodler Date: Sat, 18 Nov 2006 03:08:43 +0000 (+0000) Subject: Automatic installer.php lang files by installer_builder (20061118) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b64c6f6f9facb86bfb5258c6256594f7c8f29fee;p=moodle.git Automatic installer.php lang files by installer_builder (20061118) --- diff --git a/install/lang/no_utf8/installer.php b/install/lang/no_utf8/installer.php index 44235f0ec5..9bceed7b33 100644 --- a/install/lang/no_utf8/installer.php +++ b/install/lang/no_utf8/installer.php @@ -12,9 +12,18 @@ $string['admindirerror'] = 'The admin directory specified is incorrect'; $string['admindirname'] = 'Admin Directory'; $string['bypassed'] = 'Utelatt'; +$string['cannotcreatelangdir'] = 'Kan ikke opprette mappen \'lang\'.'; +$string['cannotcreatetempdir'] = 'Kan ikke opprette mappen \'temp'; +$string['cannotdownloadcomponents'] = 'Kan ikke laste ned komponentene.'; +$string['cannotdownloadzipfile'] = 'Kan ikke laste ned ZIP-fil.'; +$string['cannotfindcomponent'] = 'Kan ikke finne komponenten.'; +$string['cannotsavemd5file'] = 'Kan ikke lagre md5-fil.'; +$string['cannotsavezipfile'] = 'Kan ikke lagre ZIP-fil.'; +$string['cannotunzipfile'] = 'Kan ikke pakke opp (unzip) filen.'; $string['caution'] = 'Caution'; $string['check'] = 'Sjekk'; $string['closewindow'] = 'Lukk dette vinduet'; +$string['componentisuptodate'] = 'Komponenten er ajourført.'; $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.'; $string['configfilewritten'] = 'config.php has been successfully created'; $string['continue'] = 'Fortsett'; @@ -29,6 +38,7 @@ $string['dbtype'] = 'Type'; $string['dirroot'] = 'Moodle Directory'; $string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.'; $string['download'] = 'Download'; +$string['downloadedfilecheckfailed'] = 'Sjekk av nedlastet fil feilet.'; $string['environmentrequireversion'] = 'Du må ha versjon $a->needed. Du kjører $a->current'; $string['error'] = 'Feil'; $string['fail'] = 'Fail'; @@ -49,6 +59,7 @@ $string['gdversionhelp'] = '

Your server does not seem to have GD installed.The PHP memory limit for your server is current

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'; @@ -87,6 +99,8 @@ $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'; @@ -96,6 +110,9 @@ $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.'; ?>