mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -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