mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 16:48:36 +01:00
1774e33325
without them, it will flag errors when errorlevel is turned up, and I suspect this slows it all down a bit.
29 lines
1.0 KiB
PHP
29 lines
1.0 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Journal";
|
|
$string['modulenameplural'] = "Journals";
|
|
#------------------------------------------------------------
|
|
|
|
|
|
$string['alwaysopen'] = "Always open";
|
|
$string['blankentry'] = "Blank entry";
|
|
$string['daysavailable'] = "Days available";
|
|
$string['editingends'] = "Editing period ends";
|
|
$string['editingended'] = "Editing period has ended";
|
|
$string['journalname'] = "Journal name";
|
|
$string['journalquestion'] = "Journal question";
|
|
$string['journalrating1'] = "Not satisfactory";
|
|
$string['journalrating2'] = "Satisfactory";
|
|
$string['journalrating3'] = "Outstanding";
|
|
$string['noentry'] = "No entry";
|
|
$string['notopenuntil'] = "This journal won't be open until";
|
|
$string['notstarted'] = "You have not started this journal yet";
|
|
$string['noratinggiven'] = "No rating given";
|
|
$string['overallrating'] = "Overall rating";
|
|
$string['rate'] = "Rate";
|
|
$string['startoredit'] = "Start or edit my journal entry";
|
|
$string['viewallentries'] = "View all journal entries";
|
|
|
|
?>
|