mirror of
https://github.com/moodle/moodle.git
synced 2025-01-24 09:08:22 +01:00
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// journal.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['alwaysopen'] = "Altid <20>ben";
|
|||
|
$string['blankentry'] = "Tomt indl<64>g";
|
|||
|
$string['daysavailable'] = "Dage til r<>dighed";
|
|||
|
$string['editingended'] = "Redigerings perioden er slut";
|
|||
|
$string['editingends'] = "Redigeringsperioden slutter";
|
|||
|
$string['feedbackupdated'] = "Feedback opdateret for \$a indl<64>g";
|
|||
|
$string['journalname'] = "Logbog navn";
|
|||
|
$string['journalquestion'] = "Logbog sp<73>rgsm<73>l";
|
|||
|
$string['journalrating1'] = "Ikke tilfredsstillende";
|
|||
|
$string['journalrating2'] = "Tilfredsstillende";
|
|||
|
$string['journalrating3'] = "Fantastisk";
|
|||
|
$string['modulename'] = "Logbog";
|
|||
|
$string['modulenameplural'] = "Logb<EFBFBD>ger";
|
|||
|
$string['newjournalentries'] = "Nyt indl<64>g i logbog";
|
|||
|
$string['noentry'] = "Intet indl<64>g";
|
|||
|
$string['noratinggiven'] = "Bed<EFBFBD>mmelse ikke givet";
|
|||
|
$string['notopenuntil'] = "Denne logbog <20>bner ikke f<>rend";
|
|||
|
$string['notstarted'] = "Du har ikke begyndt p<> denne logbog endnu";
|
|||
|
$string['overallrating'] = "Endelig bed<65>mmelse";
|
|||
|
$string['rate'] = "Bed<EFBFBD>m";
|
|||
|
$string['saveallfeedback'] = "Gem alle mine feedback";
|
|||
|
$string['startoredit'] = "Start eller rediger i min logbog";
|
|||
|
$string['viewallentries'] = "Se \$a indl<64>g i logbogen";
|
|||
|
|
|||
|
?>
|