Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'reportbuilder', language 'en'
  19   *
  20   * @package    core_reportbuilder
  21   * @copyright  2020 Sara Arjona <sara@moodle.com>
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['access'] = 'Access';
  26  $string['actions'] = 'Actions';
  27  $string['addaudience'] = 'Add audience \'{$a}\'';
  28  $string['addcolumn'] = 'Add column \'{$a}\'';
  29  $string['addusers'] = 'Add users manually';
  30  $string['aggregatecolumn'] = 'Aggregate column \'{$a}\'';
  31  $string['aggregationavg'] = 'Average';
  32  $string['aggregationcount'] = 'Count';
  33  $string['aggregationcountdistinct'] = 'Count distinct';
  34  $string['aggregationgroupconcat'] = 'Comma separated values';
  35  $string['aggregationgroupconcatdistinct'] = 'Comma separated distinct values';
  36  $string['aggregationmax'] = 'Maximum';
  37  $string['aggregationmin'] = 'Minimum';
  38  $string['aggregationnone'] = 'No aggregation';
  39  $string['aggregationpercent'] = 'Percentage';
  40  $string['aggregationsum'] = 'Sum';
  41  $string['allsiteusers'] = 'All site users';
  42  $string['allusers'] = 'All users';
  43  $string['apply'] = 'Apply';
  44  $string['audience'] = 'Audience';
  45  $string['audienceadded'] = 'Added audience \'{$a}\'';
  46  $string['audiencecreated'] = 'Audience created';
  47  $string['audiencedeleted'] = 'Deleted audience \'{$a}\'';
  48  $string['audiencedeletedevent'] = 'Audience deleted';
  49  $string['audiencelabel'] = '{$a->name}: {$a->description}';
  50  $string['audiencemultiselectpostfix'] = '{$a->elements} plus {$a->morecount} more';
  51  $string['audiencenotsaved'] = 'Audience not saved';
  52  $string['audiencesaved'] = 'Audience saved';
  53  $string['audienceupdated'] = 'Audience updated';
  54  $string['cardview'] = 'Card view';
  55  $string['cardview_help'] = 'Card view allows you to define the layout of your report when viewed on narrow devices. Columns will collapse beyond the limit set here, with a toggle to expand the card to view all report data.';
  56  $string['cardviewfirstcolumntitle'] = 'First column title';
  57  $string['cardviewsettingssaved'] = 'Card view settings saved';
  58  $string['cardviewvisiblecolumns'] = 'Columns visible';
  59  $string['close'] = 'Close';
  60  $string['closeeditor'] = 'Close \'{$a}\' editor';
  61  $string['columnadded'] = 'Added column \'{$a}\'';
  62  $string['columnaggregated'] = 'Aggregated column \'{$a}\'';
  63  $string['columndeleted'] = 'Deleted column \'{$a}\'';
  64  $string['columnmoved'] = 'Moved column \'{$a}\'';
  65  $string['columnsortdirectionasc'] = 'Sort column \'{$a}\' ascending';
  66  $string['columnsortdirectiondesc'] = 'Sort column \'{$a}\' descending';
  67  $string['columnsortdisable'] = 'Disable initial sorting for column {$a}';
  68  $string['columnsortenable'] = 'Enable initial sorting for column {$a}';
  69  $string['columnsortupdated'] = 'Updated sorting for column \'{$a}\'';
  70  $string['conditionadded'] = 'Added condition \'{$a}\'';
  71  $string['conditiondeleted'] = 'Deleted condition \'{$a}\'';
  72  $string['conditionmoved'] = 'Moved condition \'{$a}\'';
  73  $string['conditions'] = 'Conditions';
  74  $string['conditions_help'] = 'Report conditions allow you to limit which data is displayed when the report is viewed. Users viewing the report cannot override these condition values.';
  75  $string['conditionsapplied'] = 'Conditions applied';
  76  $string['conditionsreset'] = 'Conditions reset';
  77  $string['coursefullnamewithlink'] = 'Course full name with link';
  78  $string['courseidnumberewithlink'] = 'Course ID number with link';
  79  $string['courseshortnamewithlink'] = 'Course short name with link';
  80  $string['courseselect'] = 'Select course';
  81  $string['customfieldcolumn'] = '{$a}';
  82  $string['customreports'] = 'Custom reports';
  83  $string['deleteaudience'] = 'Delete audience \'{$a}\'';
  84  $string['deleteaudienceconfirm'] = 'Are you sure you want to delete the audience \'{$a}\'?';
  85  $string['deletecolumn'] = 'Delete column \'{$a}\'';
  86  $string['deletecolumnconfirm'] = 'Are you sure you want to delete the column \'{$a}\'?';
  87  $string['deletecondition'] = 'Delete condition \'{$a}\'';
  88  $string['deleteconditionconfirm'] = 'Are you sure you want to delete the condition \'{$a}\'?';
  89  $string['deletefilter'] = 'Delete filter \'{$a}\'';
  90  $string['deletefilterconfirm'] = 'Are you sure you want to delete the filter \'{$a}\'?';
  91  $string['deletereport'] = 'Delete report';
  92  $string['deletereportconfirm'] = 'Are you sure you want to delete the report \'{$a}\' and all associated data?';
  93  $string['deleteschedule'] = 'Delete schedule';
  94  $string['deletescheduleconfirm'] = 'Are you sure you want to delete the schedule \'{$a}\'?';
  95  $string['disableschedule'] = 'Disable schedule';
  96  $string['editaudience'] = 'Edit audience \'{$a}\'';
  97  $string['editdetails'] = 'Edit details';
  98  $string['editor'] = 'Editor';
  99  $string['editreportcontent'] = 'Edit report content';
 100  $string['editreportdetails'] = 'Edit report details';
 101  $string['editreportname'] = 'Edit report name';
 102  $string['editscheduledetails'] = 'Edit schedule details';
 103  $string['editschedulename'] = 'Edit schedule name';
 104  $string['enablecustomreports'] = 'Enable custom reports';
 105  $string['enablecustomreports_desc'] = 'If enabled, users can create and view Report builder custom reports.';
 106  $string['enableschedule'] = 'Enable schedule';
 107  $string['entitycourse'] = 'Course';
 108  $string['entityuser'] = 'User';
 109  $string['errorreportcreate'] = 'You cannot create a new report';
 110  $string['errorreportedit'] = 'You cannot edit this report';
 111  $string['errorreportview'] = 'You cannot view this report';
 112  $string['errorsourceinvalid'] = 'Could not find valid report source';
 113  $string['errorsourceunavailable'] = 'Report source is not available';
 114  $string['filteradded'] = 'Added filter \'{$a}\'';
 115  $string['filtercontains'] = 'Contains';
 116  $string['filterdatecurrent'] = 'Current';
 117  $string['filterdatedays'] = 'day(s)';
 118  $string['filterdatefrom'] = 'Date from';
 119  $string['filterdatehours'] = 'hour(s)';
 120  $string['filterdatelast'] = 'Last';
 121  $string['filterdateminutes'] = 'minute(s)';
 122  $string['filterdatemonths'] = 'month(s)';
 123  $string['filterdatenext'] = 'Next';
 124  $string['filterdateseconds'] = 'second(s)';
 125  $string['filterdateto'] = 'Date to';
 126  $string['filterdateweeks'] = 'week(s)';
 127  $string['filterdateyears'] = 'year(s)';
 128  $string['filterdeleted'] = 'Deleted filter \'{$a}\'';
 129  $string['filterdoesnotcontain'] = 'Does not contain';
 130  $string['filterdurationunit'] = '{$a} unit';
 131  $string['filterendswith'] = 'Ends with';
 132  $string['filterequalorgreaterthan'] = 'Greater than or equal';
 133  $string['filterequalorlessthan'] = 'Less than or equal';
 134  $string['filterfieldoperator'] = '{$a} operator';
 135  $string['filterfieldvalue'] = '{$a} value';
 136  $string['filtergreaterthan'] = 'Greater than';
 137  $string['filterinvalid'] = 'Invalid filter';
 138  $string['filterisanyvalue'] = 'Is any value';
 139  $string['filterisempty'] = 'Is empty';
 140  $string['filterisequalto'] = 'Is equal to';
 141  $string['filterisnotempty'] = 'Is not empty';
 142  $string['filterisnotequalto'] = 'Is not equal to';
 143  $string['filterlessthan'] = 'Less than';
 144  $string['filtermoved'] = 'Moved filter \'{$a}\'';
 145  $string['filterrange'] = 'Range';
 146  $string['filtersapplied'] = 'Filters applied';
 147  $string['filtersappliedx'] = 'Filters ({$a})';
 148  $string['filters'] = 'Filters';
 149  $string['filters_help'] = 'Report filters allow users viewing the report to further limit the data being displayed, by selecting their own values for each filter. Filter values are stored on a per-user basis.';
 150  $string['filtersreset'] = 'Filters reset';
 151  $string['filterstartswith'] = 'Starts with';
 152  $string['hassystemrole'] = 'Assigned system role';
 153  $string['includedefaultsetup'] = 'Include default setup';
 154  $string['includedefaultsetup_help'] = 'Populate report with default layout as defined by the selected source. These include pre-defined columns, filters and conditions.';
 155  $string['manuallyaddedusers'] = 'Manually added users';
 156  $string['messagebody'] = 'Body';
 157  $string['messagecontent'] = 'Message content';
 158  $string['messagesubject'] = 'Subject';
 159  $string['movecolumn'] = 'Move column \'{$a}\'';
 160  $string['movecondition'] = 'Move condition \'{$a}\'';
 161  $string['movefilter'] = 'Move filter \'{$a}\'';
 162  $string['movesorting'] = 'Move sorting for column \'{$a}\'';
 163  $string['newreport'] = 'New report';
 164  $string['newschedule'] = 'New schedule';
 165  $string['noaudiences'] = 'There are no audiences for this report';
 166  $string['noconditions'] = 'There are no conditions selected';
 167  $string['nofilters'] = 'There are no filters selected';
 168  $string['nosortablecolumns'] = 'There are no sortable columns';
 169  $string['or'] = 'or';
 170  $string['privacy:metadata:audience'] = 'Report audience definitions';
 171  $string['privacy:metadata:audience:classname'] = 'The class used by the audience';
 172  $string['privacy:metadata:audience:configdata'] = 'Configuration data used by the audience';
 173  $string['privacy:metadata:audience:heading'] = 'The custom heading used by the audience';
 174  $string['privacy:metadata:audience:timecreated'] = 'The time when the audience was created';
 175  $string['privacy:metadata:audience:timemodified'] = 'The time when the audience was last modified';
 176  $string['privacy:metadata:audience:usercreated'] = 'The ID of the user who created the audience';
 177  $string['privacy:metadata:audience:usermodified'] = 'The ID of the user who last modified the audience';
 178  $string['privacy:metadata:column'] = 'Report column definitions';
 179  $string['privacy:metadata:column:uniqueidentifier'] = 'Unique identifier of the column';
 180  $string['privacy:metadata:column:usercreated'] = 'The ID of the user who created the column';
 181  $string['privacy:metadata:column:usermodified'] = 'The ID of the user who last modified the column';
 182  $string['privacy:metadata:filter'] = 'Report filter definitions';
 183  $string['privacy:metadata:filter:uniqueidentifier'] = 'Unique identifier of the filter';
 184  $string['privacy:metadata:filter:usercreated'] = 'The ID of the user who created the filter';
 185  $string['privacy:metadata:filter:usermodified'] = 'The ID of the user who last modified the filter';
 186  $string['privacy:metadata:preference:reportfilter'] = 'Stored report filter values';
 187  $string['privacy:metadata:report'] = 'Report definitions';
 188  $string['privacy:metadata:report:conditiondata'] = 'Configuration data for the report conditions';
 189  $string['privacy:metadata:report:name'] = 'The name of the report';
 190  $string['privacy:metadata:report:settingsdata'] = 'General configuration for the report';
 191  $string['privacy:metadata:report:source'] = 'The source of the report';
 192  $string['privacy:metadata:report:timecreated'] = 'The time when the report was created';
 193  $string['privacy:metadata:report:timemodified'] = 'The time when the report was last modified';
 194  $string['privacy:metadata:report:uniquerows'] = 'Whether duplicate rows are removed';
 195  $string['privacy:metadata:report:usercreated'] = 'The ID of the user who created the report';
 196  $string['privacy:metadata:report:usermodified'] = 'The ID of the user who last modified the report';
 197  $string['privacy:metadata:schedule'] = 'Report schedule definitions';
 198  $string['privacy:metadata:schedule:audiences'] = 'The audiences this schedule is for';
 199  $string['privacy:metadata:schedule:enabled'] = 'The status of the schedule';
 200  $string['privacy:metadata:schedule:format'] = 'The format of the scheduled report';
 201  $string['privacy:metadata:schedule:message'] = 'The message of the schedule';
 202  $string['privacy:metadata:schedule:name'] = 'The name of the schedule';
 203  $string['privacy:metadata:schedule:recurrence'] = 'The recurrence of the schedule';
 204  $string['privacy:metadata:schedule:reportempty'] = 'Action to take if scheduled report is empty';
 205  $string['privacy:metadata:schedule:subject'] = 'The subject of the schedule';
 206  $string['privacy:metadata:schedule:timecreated'] = 'The time when the schedule was created';
 207  $string['privacy:metadata:schedule:timemodified'] = 'The time when the schedule was last modified';
 208  $string['privacy:metadata:schedule:timescheduled'] = 'The time the schedule will begin';
 209  $string['privacy:metadata:schedule:usercreated'] = 'The ID of the user who created the schedule';
 210  $string['privacy:metadata:schedule:usermodified'] = 'The ID of the user who last modified the schedule';
 211  $string['privacy:metadata:schedule:userviewas'] = 'The ID of the user who the schedule will be viewed as';
 212  $string['recurrence'] = 'Recurrence';
 213  $string['recurrenceannually'] = 'Annually';
 214  $string['recurrencedaily'] = 'Daily';
 215  $string['recurrencemonthly'] = 'Monthly';
 216  $string['recurrenceweekdays'] = 'Daily (weekdays only)';
 217  $string['recurrenceweekly'] = 'Weekly';
 218  $string['renameaudience'] = 'Rename audience \'{$a}\'';
 219  $string['renamecolumn'] = 'Rename column \'{$a}\'';
 220  $string['renamefilter'] = 'Rename filter \'{$a}\'';
 221  $string['reportbuilder'] = 'Report builder';
 222  $string['reportcreated'] = 'Report created';
 223  $string['reportdeleted'] = 'Report deleted';
 224  $string['reports'] = 'Reports';
 225  $string['reportsource'] = 'Report source';
 226  $string['reportsource_help'] = 'The report source defines where the data for the report will come from.';
 227  $string['reportupdated'] = 'Report updated';
 228  $string['reportviewed'] = 'Report viewed';
 229  $string['resetall'] = 'Reset all';
 230  $string['resetconditions'] = 'Reset conditions';
 231  $string['resetconditionsconfirm'] = 'Are you sure you want to reset all conditions for this report?';
 232  $string['schedulecreated'] = 'Schedule created';
 233  $string['scheduledeleted'] = 'Schedule deleted';
 234  $string['scheduleempty'] = 'If the report is empty';
 235  $string['scheduleemptydontsend'] = 'Don\'t send message';
 236  $string['scheduleemptysendwithattachment'] = 'Send message with empty report';
 237  $string['scheduleemptysendwithoutattachment'] = 'Send message without report';
 238  $string['schedules'] = 'Schedules';
 239  $string['schedulesent'] = 'Schedule sent';
 240  $string['scheduleupdated'] = 'Schedule updated';
 241  $string['scheduleviewas'] = 'View report data as';
 242  $string['scheduleviewascreator'] = 'Schedule creator';
 243  $string['scheduleviewasrecipient'] = 'Schedule recipient';
 244  $string['selectacondition'] = 'Select a condition';
 245  $string['selectafilter'] = 'Select a filter';
 246  $string['selectareportsource'] = 'Select a report source';
 247  $string['sendschedule'] = 'Send schedule';
 248  $string['sendscheduleconfirm'] = 'Are you sure you want to queue the schedule \'{$a}\' for sending immediately?';
 249  $string['showhide'] = 'Show/hide \'{$a}\'';
 250  $string['showhidecard'] = 'Show/hide card';
 251  $string['sorting'] = 'Sorting';
 252  $string['sorting_help'] = 'You can set the initial sort order of columns in the report, which can then be changed by users by clicking on column names.';
 253  $string['switchedit'] = 'Switch to edit mode';
 254  $string['switchpreview'] = 'Switch to preview mode';
 255  $string['tasksendschedules'] = 'Send report schedules';
 256  $string['timeadded'] = 'Time added';
 257  $string['timecreated'] = 'Time created';
 258  $string['timelastsent'] = 'Time last sent';
 259  $string['timemodified'] = 'Time modified';
 260  $string['uniquerows'] = 'Remove any duplicate rows';
 261  $string['uniquerows_help'] = 'If the report source contains duplicate rows, should these be removed from this report? This setting has no effect if report columns are aggregated.';
 262  $string['userany'] = 'Any user';
 263  $string['usercurrent'] = 'Current user';
 264  $string['userfullnamewithlink'] = 'Full name with link';
 265  $string['userfullnamewithpicture'] = 'Full name with picture';
 266  $string['userfullnamewithpicturelink'] = 'Full name with picture and link';
 267  $string['usermodified'] = 'Modified by';
 268  $string['userpicture'] = 'User picture';
 269  $string['userselect'] = 'Select user';
 270  $string['viewreport'] = 'View report';