mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Added a missing string
This commit is contained in:
parent
69ec0a8b1d
commit
67fb6d3aaf
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ $string['thischarset'] = "iso-8859-1"; // The best charset to use for this lang
|
||||||
$string['action'] = "Action";
|
$string['action'] = "Action";
|
||||||
$string['activities'] = "Activities";
|
$string['activities'] = "Activities";
|
||||||
$string['activity'] = "Activity";
|
$string['activity'] = "Activity";
|
||||||
|
$string['activityiscurrentlyhidden'] = "Sorry, this activity is currently hidden";
|
||||||
$string['activitymodule'] = "Activity module";
|
$string['activitymodule'] = "Activity module";
|
||||||
$string['activityreport'] = "Activity report";
|
$string['activityreport'] = "Activity report";
|
||||||
$string['add'] = "Add";
|
$string['add'] = "Add";
|
||||||
|
@ -517,6 +518,7 @@ $string['removecreator'] = "Remove course creator";
|
||||||
$string['removeteacher'] = "Remove teacher";
|
$string['removeteacher'] = "Remove teacher";
|
||||||
$string['rename'] = "Rename";
|
$string['rename'] = "Rename";
|
||||||
$string['resources'] = "Resources";
|
$string['resources'] = "Resources";
|
||||||
|
$string['restore'] = "Restore";
|
||||||
$string['returningtosite'] = "Returning to this web site?";
|
$string['returningtosite'] = "Returning to this web site?";
|
||||||
$string['requireskey'] = "This course requires an enrolment key";
|
$string['requireskey'] = "This course requires an enrolment key";
|
||||||
$string['revert'] = "Revert";
|
$string['revert'] = "Revert";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue