Home
last modified time | relevance | path

Searched refs:get_string (Results 76 – 100 of 15242) sorted by relevance

12345678910>>...610

/dports/www/moodle39/moodle/mod/forum/
H A Dmod_form.php61 $name = get_string('duedate', 'forum');
65 $name = get_string('cutoffdate', 'forum');
73 $choices[1] = get_string('uploadnotallowed');
133 $choices[0] = get_string('none');
135 $choices[2] = get_string('posts', 'forum');
184 $options[60*60*24] = '1 '.get_string('day');
185 $options[60*60*24*2] = '2 '.get_string('days');
186 $options[60*60*24*3] = '3 '.get_string('days');
187 $options[60*60*24*4] = '4 '.get_string('days');
188 $options[60*60*24*5] = '5 '.get_string('days');
[all …]
/dports/www/moodle310/moodle/grade/edit/settings/
H A Dform.php49 $strchangedefaults = get_string('changedefaults', 'grades');
50 $mform->addElement('header', 'general', get_string('generalsettings', 'grades'));
61 $options[-1] = get_string('defaultprev', 'grades', $option);
69 $default = get_string('gradeitemminmax', 'grades');
71 $default = get_string('gradegrademinmax', 'grades');
77 -1 => get_string('defaultprev', 'grades', $default),
78 GRADE_MIN_MAX_FROM_GRADE_ITEM => get_string('gradeitemminmax', 'grades'),
79 GRADE_MIN_MAX_FROM_GRADE_GRADE => get_string('gradegrademinmax', 'grades')
93 GRADE_DISPLAY_TYPE_REAL => get_string('real', 'grades'),
99 GRADE_DISPLAY_TYPE_LETTER => get_string('letter', 'grades'),
[all …]
/dports/www/moodle311/moodle/grade/edit/settings/
H A Dform.php49 $strchangedefaults = get_string('changedefaults', 'grades');
50 $mform->addElement('header', 'general', get_string('generalsettings', 'grades'));
61 $options[-1] = get_string('defaultprev', 'grades', $option);
69 $default = get_string('gradeitemminmax', 'grades');
71 $default = get_string('gradegrademinmax', 'grades');
77 -1 => get_string('defaultprev', 'grades', $default),
78 GRADE_MIN_MAX_FROM_GRADE_ITEM => get_string('gradeitemminmax', 'grades'),
79 GRADE_MIN_MAX_FROM_GRADE_GRADE => get_string('gradegrademinmax', 'grades')
93 GRADE_DISPLAY_TYPE_REAL => get_string('real', 'grades'),
99 GRADE_DISPLAY_TYPE_LETTER => get_string('letter', 'grades'),
[all …]
/dports/www/moodle39/moodle/grade/edit/settings/
H A Dform.php49 $strchangedefaults = get_string('changedefaults', 'grades');
50 $mform->addElement('header', 'general', get_string('generalsettings', 'grades'));
61 $options[-1] = get_string('defaultprev', 'grades', $option);
69 $default = get_string('gradeitemminmax', 'grades');
71 $default = get_string('gradegrademinmax', 'grades');
77 -1 => get_string('defaultprev', 'grades', $default),
78 GRADE_MIN_MAX_FROM_GRADE_ITEM => get_string('gradeitemminmax', 'grades'),
79 GRADE_MIN_MAX_FROM_GRADE_GRADE => get_string('gradegrademinmax', 'grades')
93 GRADE_DISPLAY_TYPE_REAL => get_string('real', 'grades'),
99 GRADE_DISPLAY_TYPE_LETTER => get_string('letter', 'grades'),
[all …]
/dports/www/moodle310/moodle/blocks/myoverview/
H A Dsettings.php32 get_string('appearance', 'admin'),
38 get_string('displaycategories', 'block_myoverview'),
48 get_string('layouts', 'block_myoverview'),
49 get_string('layouts_help', 'block_myoverview'),
67 get_string('all', 'block_myoverview'),
73 get_string('inprogress', 'block_myoverview'),
79 get_string('past', 'block_myoverview'),
85 get_string('future', 'block_myoverview'),
91 get_string('customfield', 'block_myoverview'),
114 get_string('favourites', 'block_myoverview'),
[all …]
/dports/www/moodle311/moodle/blocks/myoverview/
H A Dsettings.php32 get_string('appearance', 'admin'),
38 get_string('displaycategories', 'block_myoverview'),
48 get_string('layouts', 'block_myoverview'),
49 get_string('layouts_help', 'block_myoverview'),
67 get_string('all', 'block_myoverview'),
73 get_string('inprogress', 'block_myoverview'),
79 get_string('past', 'block_myoverview'),
85 get_string('future', 'block_myoverview'),
91 get_string('customfield', 'block_myoverview'),
114 get_string('favourites', 'block_myoverview'),
[all …]
/dports/www/moodle39/moodle/blocks/myoverview/
H A Dsettings.php32 get_string('appearance', 'admin'),
38 get_string('displaycategories', 'block_myoverview'),
48 get_string('layouts', 'block_myoverview'),
49 get_string('layouts_help', 'block_myoverview'),
67 get_string('all', 'block_myoverview'),
73 get_string('inprogress', 'block_myoverview'),
79 get_string('past', 'block_myoverview'),
85 get_string('future', 'block_myoverview'),
91 get_string('customfield', 'block_myoverview'),
114 get_string('favourites', 'block_myoverview'),
[all …]
/dports/www/moodle310/moodle/mod/lti/
H A Dedit_form.php102 LTI_VERSION_1 => get_string('oauthsecurity', 'lti'),
103 LTI_VERSION_1P3 => get_string('jwtsecurity', 'lti'),
133 LTI_RSA_KEY => get_string('keytype_rsa', 'lti'),
134 LTI_JWK_KEYSET => get_string('keytype_keyset', 'lti'),
255 $options[0] = get_string('never', 'lti');
256 $options[1] = get_string('always', 'lti');
257 $options[2] = get_string('delegate', 'lti');
273 $gradeoptions[] = get_string('never', 'lti');
274 $gradeoptions[] = get_string('always', 'lti');
275 $gradeoptions[] = get_string('delegate_tool', 'lti');
[all …]
/dports/www/moodle311/moodle/mod/lti/
H A Dedit_form.php102 LTI_VERSION_1 => get_string('oauthsecurity', 'lti'),
103 LTI_VERSION_1P3 => get_string('jwtsecurity', 'lti'),
133 LTI_RSA_KEY => get_string('keytype_rsa', 'lti'),
134 LTI_JWK_KEYSET => get_string('keytype_keyset', 'lti'),
255 $options[0] = get_string('never', 'lti');
256 $options[1] = get_string('always', 'lti');
257 $options[2] = get_string('delegate', 'lti');
273 $gradeoptions[] = get_string('never', 'lti');
274 $gradeoptions[] = get_string('always', 'lti');
275 $gradeoptions[] = get_string('delegate_tool', 'lti');
[all …]
/dports/www/moodle310/moodle/group/
H A Dautogroup_form.php50 $mform->addElement('header', 'autogroup', get_string('general'));
57 $template = get_string('grouptemplate', 'group');
63 $options = array('groups' => get_string('numgroups', 'group'),
81 $options = array(0=>get_string('all'));
94 $options = array(0 => get_string('anycohort', 'cohort'));
108 $options[0] = get_string('none');
123 $options[0] = get_string('none');
137 'random' => get_string('random', 'group'),
159 $options = array('0' => get_string('nogrouping', 'group'),
160 '-1'=> get_string('newgrouping', 'group'));
[all …]
/dports/www/moodle311/moodle/group/
H A Dautogroup_form.php50 $mform->addElement('header', 'autogroup', get_string('general'));
57 $template = get_string('grouptemplate', 'group');
63 $options = array('groups' => get_string('numgroups', 'group'),
81 $options = array(0=>get_string('all'));
94 $options = array(0 => get_string('anycohort', 'cohort'));
108 $options[0] = get_string('none');
123 $options[0] = get_string('none');
137 'random' => get_string('random', 'group'),
159 $options = array('0' => get_string('nogrouping', 'group'),
160 '-1'=> get_string('newgrouping', 'group'));
[all …]
/dports/www/moodle39/moodle/group/
H A Dautogroup_form.php50 $mform->addElement('header', 'autogroup', get_string('general'));
57 $template = get_string('grouptemplate', 'group');
63 $options = array('groups' => get_string('numgroups', 'group'),
81 $options = array(0=>get_string('all'));
94 $options = array(0 => get_string('anycohort', 'cohort'));
108 $options[0] = get_string('none');
123 $options[0] = get_string('none');
137 'random' => get_string('random', 'group'),
159 $options = array('0' => get_string('nogrouping', 'group'),
160 '-1'=> get_string('newgrouping', 'group'));
[all …]
/dports/www/moodle310/moodle/admin/tool/messageinbound/classes/
H A Dedit_handler_form.php56 $mform->addElement('header', 'general', get_string('general'));
72 HOURSECS => get_string('onehour', 'tool_messageinbound'),
73 DAYSECS => get_string('oneday', 'tool_messageinbound'),
74 WEEKSECS => get_string('oneweek', 'tool_messageinbound'),
76 0 => get_string('noexpiry', 'tool_messageinbound'),
93 $text = get_string('yes');
95 $text = get_string('no');
107 $text = get_string('yes');
109 $text = get_string('no');
117 $this->add_action_buttons(true, get_string('savechanges'));
[all …]
/dports/www/moodle311/moodle/admin/tool/messageinbound/classes/
H A Dedit_handler_form.php56 $mform->addElement('header', 'general', get_string('general'));
72 HOURSECS => get_string('onehour', 'tool_messageinbound'),
73 DAYSECS => get_string('oneday', 'tool_messageinbound'),
74 WEEKSECS => get_string('oneweek', 'tool_messageinbound'),
76 0 => get_string('noexpiry', 'tool_messageinbound'),
93 $text = get_string('yes');
95 $text = get_string('no');
107 $text = get_string('yes');
109 $text = get_string('no');
117 $this->add_action_buttons(true, get_string('savechanges'));
[all …]
/dports/www/moodle39/moodle/admin/tool/messageinbound/classes/
H A Dedit_handler_form.php56 $mform->addElement('header', 'general', get_string('general'));
72 HOURSECS => get_string('onehour', 'tool_messageinbound'),
73 DAYSECS => get_string('oneday', 'tool_messageinbound'),
74 WEEKSECS => get_string('oneweek', 'tool_messageinbound'),
76 0 => get_string('noexpiry', 'tool_messageinbound'),
93 $text = get_string('yes');
95 $text = get_string('no');
107 $text = get_string('yes');
109 $text = get_string('no');
117 $this->add_action_buttons(true, get_string('savechanges'));
[all …]
/dports/www/moodle39/moodle/badges/
H A Drenderer.php176 $dl[get_string('name')] = $badge->name;
351 get_string('download'),
389 $dl[get_string('name')] = get_string('error:userdeleted', 'badges', $strdata);
405 $dl[get_string('name')] = $badge->name;
549 $dl[get_string('name')] = $notify;
585 …$dl[get_string('expirydate', 'badges')] = userdate($expiration) . get_string('warnexpired', 'badge…
768 get_string('actions')
1268 get_string('name'),
1269 get_string('version', 'badges'),
1270 get_string('language', 'badges'),
[all …]
/dports/www/moodle310/moodle/badges/
H A Drenderer.php176 $dl[get_string('name')] = $badge->name;
351 get_string('download'),
390 $dl[get_string('name')] = get_string('error:userdeleted', 'badges', $strdata);
408 $dl[get_string('name')] = $badge->name;
552 $dl[get_string('name')] = $notify;
588 …$dl[get_string('expirydate', 'badges')] = userdate($expiration) . get_string('warnexpired', 'badge…
767 get_string('actions')
1267 get_string('name'),
1268 get_string('version', 'badges'),
1269 get_string('language', 'badges'),
[all …]
/dports/www/moodle39/moodle/course/
H A Dcompletion_form.php56 $mform->addElement('static', '', '', get_string('err_settingslocked', 'completion'));
64 $mform->addElement('header', 'overallcriteria', get_string('general', 'core_form'));
80 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('activitiescomplete…
122 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('dependenciescomple…
161 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('completionondate',…
172 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('enrolmentduration'…
183 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('unenrolment', 'cor…
194 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('coursegrade', 'cor…
209 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('manualselfcompleti…
221 …$label = get_string('coursecompletioncondition', 'core_completion', get_string('manualcompletionby…
[all …]
H A Dedit_form.php107 $choices['0'] = get_string('hide');
108 $choices['1'] = get_string('show');
140 0 => get_string('no'),
141 1 => get_string('yes'),
216 $themes[''] = get_string('forceno');
226 $languages[''] = get_string('forceno');
239 $calendars[''] = get_string('forceno');
264 $choices = array('0'=>get_string('no'), '2'=>get_string('yes'));
266 $choices = array('1'=>get_string('no'), '2'=>get_string('yes'));
303 $choices[NOGROUPS] = get_string('groupsnone', 'group');
[all …]
/dports/www/moodle39/moodle/mod/lti/
H A Dedit_form.php80 $mform->addElement('header', 'setup', get_string('tool_settings', 'lti'));
82 $mform->addElement('text', 'lti_typename', get_string('typename', 'lti'));
102 LTI_VERSION_1 => get_string('oauthsecurity', 'lti'),
103 LTI_VERSION_1P3 => get_string('jwtsecurity', 'lti'),
133 LTI_RSA_KEY => get_string('keytype_rsa', 'lti'),
134 LTI_JWK_KEYSET => get_string('keytype_keyset', 'lti'),
184 LTI_COURSEVISIBLE_NO => get_string('show_in_course_no', 'lti'),
257 $options[0] = get_string('never', 'lti');
258 $options[1] = get_string('always', 'lti');
259 $options[2] = get_string('delegate', 'lti');
[all …]
/dports/www/moodle311/moodle/badges/
H A Drenderer.php173 $dl[get_string('name')] = $badge->name;
348 get_string('download'),
375 $dl[get_string('name')] = get_string('error:userdeleted', 'badges', $strdata);
393 $dl[get_string('name')] = $badge->name;
537 $dl[get_string('name')] = $notify;
573 …$dl[get_string('expirydate', 'badges')] = userdate($expiration) . get_string('warnexpired', 'badge…
752 get_string('actions')
1252 get_string('name'),
1253 get_string('version', 'badges'),
1254 get_string('language', 'badges'),
[all …]
/dports/www/moodle310/moodle/course/
H A Dedit_form.php109 $choices['0'] = get_string('hide');
110 $choices['1'] = get_string('show');
165 0 => get_string('no'),
166 1 => get_string('yes'),
241 $themes[''] = get_string('forceno');
251 $languages[''] = get_string('forceno');
264 $calendars[''] = get_string('forceno');
289 $choices = array('0'=>get_string('no'), '2'=>get_string('yes'));
291 $choices = array('1'=>get_string('no'), '2'=>get_string('yes'));
328 $choices[NOGROUPS] = get_string('groupsnone', 'group');
[all …]
/dports/www/moodle310/moodle/grade/edit/tree/
H A Ditem_form.php44 $mform->addElement('text', 'itemname', get_string('itemname', 'grades'));
50 $mform->addElement('text', 'idnumber', get_string('idnumbermod'));
72 $options = array(GRADE_TYPE_VALUE => get_string('typevalue', 'grades'),
74 GRADE_TYPE_TEXT => get_string('typetext', 'grades'));
84 $options = array(0=>get_string('usenoscale', 'grades'));
106 $choices[''] = get_string('choose');
107 $choices['no'] = get_string('no');
108 $choices['yes'] = get_string('yes');
189 get_string('componentcontrolsvisibility', 'grades'));
435 $errors['idnumber'] = get_string('idnumbertaken');
[all …]
/dports/www/moodle311/moodle/grade/edit/tree/
H A Ditem_form.php44 $mform->addElement('text', 'itemname', get_string('itemname', 'grades'));
50 $mform->addElement('text', 'idnumber', get_string('idnumbermod'));
72 $options = array(GRADE_TYPE_VALUE => get_string('typevalue', 'grades'),
74 GRADE_TYPE_TEXT => get_string('typetext', 'grades'));
84 $options = array(0=>get_string('usenoscale', 'grades'));
106 $choices[''] = get_string('choose');
107 $choices['no'] = get_string('no');
108 $choices['yes'] = get_string('yes');
189 get_string('componentcontrolsvisibility', 'grades'));
435 $errors['idnumber'] = get_string('idnumbertaken');
[all …]
/dports/www/moodle39/moodle/grade/edit/tree/
H A Ditem_form.php44 $mform->addElement('text', 'itemname', get_string('itemname', 'grades'));
50 $mform->addElement('text', 'idnumber', get_string('idnumbermod'));
72 $options = array(GRADE_TYPE_VALUE => get_string('typevalue', 'grades'),
74 GRADE_TYPE_TEXT => get_string('typetext', 'grades'));
84 $options = array(0=>get_string('usenoscale', 'grades'));
106 $choices[''] = get_string('choose');
107 $choices['no'] = get_string('no');
108 $choices['yes'] = get_string('yes');
189 get_string('componentcontrolsvisibility', 'grades'));
435 $errors['idnumber'] = get_string('idnumbertaken');
[all …]

12345678910>>...610