mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
27 lines
939 B
PHP
27 lines
939 B
PHP
<?php
|
|
/// Please, do not edit this file manually! It's auto generated from
|
|
/// contents stored in your standard lang pack files:
|
|
/// (langconfig.php, install.php, moodle.php, admin.php and error.php)
|
|
///
|
|
/// If you find some missing string in Moodle installation, please,
|
|
/// keep us informed using http://moodle.org/bugs Thanks!
|
|
///
|
|
/// File generated by cvs://contrib/lang2installer/installer_builder
|
|
/// using strings defined in installer_strings (same dir)
|
|
|
|
$string['closewindow'] = 'Lukk dette vinduet';
|
|
$string['continue'] = 'Fortsett';
|
|
$string['error'] = 'Feil';
|
|
$string['help'] = 'Hjelp';
|
|
$string['language'] = 'Språk';
|
|
$string['name'] = 'Navn';
|
|
$string['next'] = 'Neste';
|
|
$string['ok'] = 'OK';
|
|
$string['parentlanguage'] = 'no_utf8';
|
|
$string['password'] = 'Passord';
|
|
$string['previous'] = 'Forrige';
|
|
$string['status'] = 'Status';
|
|
$string['thischarset'] = 'UTF-8';
|
|
$string['thislanguage'] = 'Norsk';
|
|
$string['user'] = 'Bruker';
|
|
?>
|