Automatic installer lang files (20100904)
[moodle.git] / lang / en / condition.php
blob67a71104ece25ec613529a422fb14072d89d20f9
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'condition', language 'en', branch 'MOODLE_20_STABLE'
21 * @package condition
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['addcompletions'] = 'Add {no} activity conditions to form';
27 $string['addgrades'] = 'Add {no} grade conditions to form';
28 $string['availabilityconditions'] = 'Restrict availability';
29 $string['availablefrom'] = 'Only available from';
30 $string['availableuntil'] = 'Only available until end';
31 $string['badavailabledates'] = 'Invalid dates. If you set both dates, the \'available from\' date should be before the \'until\' date.';
32 $string['completion_complete'] = 'must be marked complete';
33 $string['completioncondition'] = 'Activity completion condition';
34 $string['completioncondition_help'] = 'This setting determines any activity completion conditions which must be met in order for the activity to be available. Note that completion tracking must first be set before an activity completion condition can be set.
36 Multiple activity completion conditions may be set if desired. If so, the activity will only become available when ALL activity completion conditions are met.';
37 $string['completion_fail'] = 'must be complete with fail grade';
38 $string['completion_incomplete'] = 'must not be marked complete';
39 $string['completion_pass'] = 'must be complete with pass grade';
40 $string['configenableavailability'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity is available.';
41 $string['enableavailability'] = 'Enable conditional availability';
42 $string['grade_atleast'] = 'must be at least';
43 $string['gradecondition'] = 'Grade condition';
44 $string['gradecondition_help'] = 'This setting determines any grade conditions which must be met in order for the activity to be available.
46 Multiple grade conditions may be set if desired. If so, the activity will only become available when ALL grade conditions are met.';
47 $string['grade_upto'] = 'and less than';
48 $string['none'] = '(none)';
49 $string['notavailableyet'] = 'Not available yet';
50 $string['requires_completion_0'] = 'Not available unless the activity <strong>{$a}</strong> is incomplete.';
51 $string['requires_completion_1'] = 'Not available until the activity <strong>{$a}</strong> is marked complete.';
52 $string['requires_completion_2'] = 'Not available until the activity <strong>{$a}</strong> is complete and passed.';
53 $string['requires_completion_3'] = 'Not available unless the activity <strong>{$a}</strong> is complete and failed.';
54 $string['requires_date'] = 'Available from {$a}.';
55 $string['requires_date_before'] = 'Available until {$a}.';
56 $string['requires_date_both'] = 'Available from {$a->from} to {$a->until}.';
57 $string['requires_grade_any'] = 'Not available until you have a grade in <strong>{$a}</strong>.';
58 $string['requires_grade_max'] = 'Not available unless you get an appropriate score in <strong>{$a}</strong>.';
59 $string['requires_grade_min'] = 'Not available until you achieve a required score in <strong>{$a}</strong>.';
60 $string['requires_grade_range'] = 'Not available unless you get a particular score in <strong>{$a}</strong>.';
61 $string['showavailability'] = 'Before activity is available';
62 $string['showavailability_hide'] = 'Hide activity entirely';
63 $string['showavailability_show'] = 'Show activity greyed-out, with restriction information';
64 $string['userrestriction_hidden'] = 'Restricted (completely hidden, no message): &lsquo;{$a}&rsquo;';
65 $string['userrestriction_visible'] = 'Restricted: &lsquo;{$a}&rsquo;';