mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Yet another string using proper placeholder in Javascript
This commit is contained in:
parent
e98a39260a
commit
05e7fca43f
3 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ $string['custominstancename'] = 'Custom instance name';
|
|||
$string['defaultenrol'] = 'Add instance to new courses';
|
||||
$string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
|
||||
$string['deleteinstanceconfirm'] = 'Do you really want to delete enrol plugin instance "{$a->name}" with {$a->users} enrolled users?';
|
||||
$string['durationdays'] = '%d days';
|
||||
$string['durationdays'] = '{$a} days';
|
||||
$string['enrol'] = 'Enrol';
|
||||
$string['enrolcandidates'] = 'Not enrolled users';
|
||||
$string['enrolcandidatesmatching'] = 'Matching not enrolled users';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue