Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 22... Línea 22...
22
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
22
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
24
 */
Línea 25... Línea 25...
25
 
25
 
26
$string['aria:dropdowncolumns'] = 'Collapsed columns found';
-
 
27
$string['clearall'] = 'Clear all';
26
$string['aria:dropdowncolumns'] = 'Collapsed columns found';
28
$string['clearsearch'] = 'Clear searched users';
27
$string['clearsearch'] = 'Clear searched users';
29
$string['collapsedcolumns'] = 'Collapsed columns <span class="badge rounded-pill bg-primary text-white ml-1" data-collapse="count">{$a}</span>';
28
$string['collapsedcolumns'] = 'Collapsed columns <span class="badge rounded-pill bg-primary text-white ms-1" data-collapse="count">{$a}</span>';
30
$string['editingmode_title'] = 'Editing the grader report';
29
$string['editingmode_title'] = 'Editing the grader report';
31
$string['eventgradereportviewed'] = 'Grader report viewed';
30
$string['eventgradereportviewed'] = 'Grader report viewed';
32
$string['grader:manage'] = 'Manage the grader report';
31
$string['grader:manage'] = 'Manage the grader report';
33
$string['grader:view'] = 'View grader report';
32
$string['grader:view'] = 'View grader report';
Línea 52... Línea 51...
52
$string['summarygrader'] = 'A table with the names of students in the first column, with assessable activities grouped by course and category across the top.';
51
$string['summarygrader'] = 'A table with the names of students in the first column, with assessable activities grouped by course and category across the top.';
53
$string['useractivitygrade'] = '{$a} grade';
52
$string['useractivitygrade'] = '{$a} grade';
54
$string['overriddengrade'] = 'Overridden grade';
53
$string['overriddengrade'] = 'Overridden grade';
55
$string['advancedgrading'] = 'View {$a} results';
54
$string['advancedgrading'] = 'View {$a} results';
56
$string['cellactions'] = 'Cell actions';
55
$string['cellactions'] = 'Cell actions';
57
 
-
 
58
// Deprecated since Moodle 4.2.
-
 
59
$string['privacy:metadata:preference:grade_report_showanalysisicon'] = 'Whether to show grade analysis icon by default. If the activity module supports it, the grade analysis icon links to a page with more detailed explanation of the grade and how it was obtained.';
-
 
60
$string['privacy:metadata:preference:grade_report_showeyecons'] = 'Whether to display the show/hide icon for each grade for controlling its visibility to the student';
-
 
61
$string['privacy:metadata:preference:grade_report_showlocks'] = 'Whether to display a lock/unlock icon for each grade for controlling if the grade can be automatically updated by the related activity when editing is turned on';
-
 
62
$string['privacy:metadata:preference:grade_report_showquickfeedback'] = 'Whether to display a feedback text input box with a dotted border for each grade, allowing the feedback for many grades to be edited at the same time';
-
 
63
$string['privacy:metadata:preference:grade_report_enableajax'] = 'Whether to add a layer of AJAX functionality to the grader report, simplifying and speeding up common operations';
-
 
64
$string['useractivityfeedback'] = '{$a} feedback';
-
 
65
$string['ajaxclicktoclose'] = 'Click this box to remove it';
-
 
66
$string['ajaxerror'] = 'Error';
-
 
67
$string['ajaxfailedupdate'] = 'Unable to update [1] for [2]';
-
 
68
$string['ajaxfieldchanged'] = 'The field you are currently editing has changed, would you like to use the updated value?';
-
 
69
$string['ajaxchoosescale'] = 'Choose';
-
 
70
$string['privacy:metadata:preference:grade_report_showactivityicons'] = 'Whether to show the activity icons next to activity names';
-
 
71
$string['privacy:metadata:preference:grade_report_showcalculations'] = 'Whether a calculator icon for each grade item and category with a visual indicator that a grade item is calculated is displayed or not when editing is turned on';
-