mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
12 lines
409 B
PHP
12 lines
409 B
PHP
<?PHP // $Id$
|
|
// admin.php - created with Moodle 1.5.2 (2005060220)
|
|
|
|
|
|
$string['cachetext'] = 'Levetid for tekst i kortminne';
|
|
$string['calendarsettings'] = 'Kalender';
|
|
$string['filteruploadedfiles'] = 'Filtrer opplastede filer';
|
|
$string['upgradelogs'] = 'For full funksjonalitet må de gamle loggene oppgraderes. <a href=\"$a\">Mer informasjon</a>';
|
|
$string['upgradinglogs'] = 'Oppgraderer logger';
|
|
|
|
?>
|