moodle/lang/no/journal.php

30 lines
1.2 KiB
PHP
Raw Normal View History

<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Protokoll";
$string['modulenameplural'] = "Protokoller";
#------------------------------------------------------------
$string['alwaysopen'] = "Alltid <20>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<73>rsm<73>l";
$string['journalrating1'] = "Ikke tilfredsstillende";
$string['journalrating2'] = "Tilfredsstillende";
$string['journalrating3'] = "Glimrende";
$string['newjournalentries'] = "Nye protokoll innlegg";
$string['noentry'] = "Ingen innlegg";
$string['notopenuntil'] = "Denne protokollen <20>pnes ikke f<>r";
$string['notstarted'] = "Du har ikke startet denne protokollen enn<6E>";
$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";
?>