2008-12-17 16:37:35 +00:00
< ? php
$string [ 'addgrades' ] = 'Add {no} grade conditions to form' ;
$string [ 'addcompletions' ] = 'Add {no} activity conditions to form' ;
$string [ 'availabilityconditions' ] = 'Restrict availability' ;
$string [ 'availablefrom' ] = 'Only available from' ;
2009-04-17 16:06:29 +00:00
$string [ 'availableuntil' ] = 'Only available until end' ;
2009-01-15 14:30:19 +00:00
$string [ 'badavailabledates' ] = 'Invalid dates. If you set both dates, the \'available from\' date should be before the \'until\' date.' ;
2008-12-17 16:37:35 +00:00
$string [ 'completion_complete' ] = ' must be marked complete' ;
$string [ 'completion_incomplete' ] = ' must not be marked complete' ;
$string [ 'completion_pass' ] = ' must be complete with pass grade' ;
$string [ 'completion_fail' ] = ' must be complete with fail grade' ;
$string [ 'configenableavailability' ] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity is available.' ;
$string [ 'enableavailability' ] = 'Enable conditional availability' ;
2009-02-18 17:50:13 +00:00
$string [ 'grade_atleast' ] = 'must be at least' ;
$string [ 'grade_upto' ] = 'and less than' ;
2008-12-17 16:37:35 +00:00
$string [ 'gradecondition' ] = 'Grade condition' ;
$string [ 'completioncondition' ] = 'Activity completion condition' ;
$string [ 'help_conditiondates' ] = 'available dates' ;
$string [ 'help_showavailability' ] = 'display of unavailable activities' ;
$string [ 'none' ] = '(none)' ;
2008-12-19 10:51:33 +00:00
$string [ 'notavailableyet' ] = 'Not available yet' ;
2008-12-17 16:37:35 +00:00
$string [ 'requires_completion_0' ] = 'Not available unless the activity <strong>$a</strong> is incomplete.' ;
$string [ 'requires_completion_1' ] = 'Not available until the activity <strong>$a</strong> is marked complete.' ;
$string [ 'requires_completion_2' ] = 'Not available until the activity <strong>$a</strong> is complete and passed.' ;
$string [ 'requires_completion_3' ] = 'Not available unless the activity <strong>$a</strong> is complete and failed.' ;
2009-04-17 16:06:29 +00:00
$string [ 'requires_date' ] = 'Available from $a.' ;
$string [ 'requires_date_before' ] = 'Available until $a.' ;
$string [ 'requires_date_both' ] = 'Available from $a->from to $a->until.' ;
2008-12-17 16:37:35 +00:00
$string [ 'requires_grade_any' ] = 'Not available until you have a grade in <strong>$a</strong>.' ;
$string [ 'requires_grade_min' ] = 'Not available until you achieve a required score in <strong>$a</strong>.' ;
$string [ 'requires_grade_max' ] = 'Not available unless you get an appropriate score in <strong>$a</strong>.' ;
$string [ 'requires_grade_range' ] = 'Not available unless you get a particular score in <strong>$a</strong>.' ;
$string [ 'showavailability' ] = 'Before activity is available' ;
$string [ 'showavailability_show' ] = 'Show activity greyed-out, with restriction information' ;
$string [ 'showavailability_hide' ] = 'Hide activity entirely' ;
2009-04-17 11:07:59 +00:00
$string [ 'userrestriction_visible' ] = 'Restricted: ‘$a’' ;
$string [ 'userrestriction_hidden' ] = 'Restricted (completely hidden, no message): ‘$a’' ;
2008-12-17 16:37:35 +00:00
?>