mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -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";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue