More language fixes

This commit is contained in:
martin 2002-08-12 09:38:31 +00:00
parent 6821bec5d7
commit 3db1919baf
11 changed files with 84 additions and 49 deletions

View file

@ -6,6 +6,23 @@ $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";
?>