mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
30 lines
1.2 KiB
PHP
Executable File
30 lines
1.2 KiB
PHP
Executable File
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Protokoll";
|
|
$string['modulenameplural'] = "Protokoller";
|
|
#------------------------------------------------------------
|
|
|
|
|
|
$string['alwaysopen'] = "Alltid åpen";
|
|
$string['blankentry'] = "Blankt innlegg";
|
|
$string['daysavailable'] = "Dager tilgjengelig";
|
|
$string['editingends'] = "Redigerings periode slutter";
|
|
$string['editingended'] = "Redigerings periode avsluttet";
|
|
$string['journalname'] = "Protokoll navn";
|
|
$string['journalquestion'] = "Protokoll spørsmål";
|
|
$string['journalrating1'] = "Ikke tilfredsstillende";
|
|
$string['journalrating2'] = "Tilfredsstillende";
|
|
$string['journalrating3'] = "Glimrende";
|
|
$string['newjournalentries'] = "Nye protokoll innlegg";
|
|
$string['noentry'] = "Ingen innlegg";
|
|
$string['notopenuntil'] = "Denne protokollen åpnes ikke før";
|
|
$string['notstarted'] = "Du har ikke startet denne protokollen ennå";
|
|
$string['noratinggiven'] = "Ingen vurdering gitt";
|
|
$string['overallrating'] = "Samlet vurdering";
|
|
$string['rate'] = "Vurder";
|
|
$string['startoredit'] = "Start eller rediger mitt protokoll innlegg";
|
|
$string['viewallentries'] = "Vis \$a protokoll innlegg";
|
|
|
|
?>
|