mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-45550 Conditional availability: Missing lang string for save settings error
This commit is contained in:
parent
c1ed254643
commit
3f8527aa1e
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ $string['hidden_marker'] = '(hidden otherwise)';
|
||||||
$string['hidden_individual'] = 'Hidden entirely if user does not meet this condition';
|
$string['hidden_individual'] = 'Hidden entirely if user does not meet this condition';
|
||||||
$string['invalid'] = 'Please set';
|
$string['invalid'] = 'Please set';
|
||||||
$string['itemheading'] = '{$a->number} {$a->type} restriction';
|
$string['itemheading'] = '{$a->number} {$a->type} restriction';
|
||||||
|
$string['item_unknowntype'] = 'These restrictions use a plugin which is no longer available (if it is okay to remove that restriction, delete it below)';
|
||||||
$string['shown_individual'] = 'Displayed greyed-out if user does not meet this condition';
|
$string['shown_individual'] = 'Displayed greyed-out if user does not meet this condition';
|
||||||
$string['hide_verb'] = 'Click to hide';
|
$string['hide_verb'] = 'Click to hide';
|
||||||
$string['show_verb'] = 'Click to show';
|
$string['show_verb'] = 'Click to show';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue