mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
AJAX enrolment uses proper {$a} placeholder
We now have M.util.get_string() that should be used instead of custom replacement. Otherwise the placeholder is not detected in AMOS web translator.
This commit is contained in:
parent
2246f9f6bd
commit
049e880cce
4 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
$string['actenrolshhdr'] = 'Available course enrolment plugins';
|
||||
$string['addinstance'] = 'Add method';
|
||||
$string['ajaxoneuserfound'] = '1 user found';
|
||||
$string['ajaxxusersfound'] = '[users] users found';
|
||||
$string['ajaxxusersfound'] = '{$a} users found';
|
||||
$string['ajaxnext25'] = 'Next 25...';
|
||||
$string['assignnotpermitted'] = 'You do not have permission or can not assign roles in this course.';
|
||||
$string['configenrolplugins'] = 'Please select all required plugins and arrange then in appropriate order.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue