mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -34,7 +34,6 @@ $string[namesocial] = "Social forum";
|
|||
$string[nameteacher] = "Teacher forum";
|
||||
$string[nodiscussions] = "There are no discussion topics yet in this forum";
|
||||
$string[noposts] = "No posts";
|
||||
$string[numwords] = "\$a words";
|
||||
$string[numposts] = "\$a posts";
|
||||
$string[olderdiscussions] = "Older discussions";
|
||||
$string[parentofthispost] = "Parent of this post";
|
||||
|
|
|
@ -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";
|
||||
|
||||
?>
|
||||
|
|
|
@ -100,6 +100,7 @@ $string[entercourse] = "Click to enter this course";
|
|||
$string[enteremailaddress] = "Enter in your email address to reset your
|
||||
password and have the new password sent to you via email.";
|
||||
$string[error] = "Error";
|
||||
$string[feedback] = "Feedback";
|
||||
$string[files] = "Files";
|
||||
$string[firstname] = "First name";
|
||||
$string[firsttime] = "Is this your first time here?";
|
||||
|
@ -125,6 +126,7 @@ $string[leavetokeep] = "Leave blank to keep current password";
|
|||
$string[invalidlogin] = "Invalid login, please try again";
|
||||
$string[invalidemail] = "Invalid email address";
|
||||
$string[lastaccess] = "Last access";
|
||||
$string[lastedited] = "Last edited";
|
||||
$string[lastmodified] = "Last modified";
|
||||
$string[lastname] = "Last name";
|
||||
$string[latestnews] = "Latest news";
|
||||
|
@ -222,6 +224,10 @@ $string[notenrolled] = "\$a is not enrolled in this course.";
|
|||
$string[nothingnew] = "Nothing new since your last login";
|
||||
$string[now] = "now";
|
||||
$string[numberweeks] = "Number of weeks/topics";
|
||||
$string[numdays] = "\$a days";
|
||||
$string[numweeks] = "\$a weeks";
|
||||
$string[numyears] = "\$a years";
|
||||
$string[numwords] = "\$a words";
|
||||
$string[ok] = "OK";
|
||||
$string[opentoguests] = "Open to guests?";
|
||||
$string[optional] = "optional";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue