moodle/lang/en_us/journal.php

40 lines
1.6 KiB
PHP
Raw Normal View History

<?PHP // $Id$
// journal.php - created with Moodle 1.2 development (2003111400)
$string['alwaysopen'] = "Always open";
$string['blankentry'] = "Blank entry";
$string['daysavailable'] = "Days available";
$string['editingended'] = "Editing period has ended";
$string['editingends'] = "Editing period ends";
$string['entries'] = "Entries";
$string['feedbackupdated'] = "Feedback updated for \$a entries";
$string['journalmail'] = "\$a->teacher has posted some feedback on your
journal entry for '\$a->journal'
You can see it appended to your journal entry:
\$a->url";
$string['journalmailhtml'] = "\$a->teacher has posted some feedback on your
journal entry for '<i>\$a->journal</i>'<br /><br />
You can see it appended to your <a href=\\\"\$a->url\\\">journal entry</a>.";
$string['journalname'] = "Journal name";
$string['journalquestion'] = "Journal question";
$string['journalrating1'] = "Not satisfactory";
$string['journalrating2'] = "Satisfactory";
$string['journalrating3'] = "Outstanding";
$string['modulename'] = "Journal";
$string['modulenameplural'] = "Journals";
$string['newjournalentries'] = "New journal entries";
$string['noentry'] = "No entry";
$string['noratinggiven'] = "No rating given";
$string['notopenuntil'] = "This journal won't be open until";
$string['notstarted'] = "You have not started this journal yet";
$string['overallrating'] = "Overall rating";
$string['rate'] = "Rate";
$string['saveallfeedback'] = "Save all my feedback";
$string['startoredit'] = "Start or edit my journal entry";
$string['viewallentries'] = "View \$a journal entries";
?>