2010-03-16 05:57:51 +00:00
< ? php
2010-04-10 14:01:45 +00:00
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'rating' , language 'en' , branch 'MOODLE_20_STABLE'
*
2014-11-22 10:59:14 +13:00
* @ package core_rating
2010-04-10 14:01:45 +00:00
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2010-03-16 05:57:51 +00:00
$string [ 'aggregatetype' ] = 'Aggregate type' ;
rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
AMOS BEGIN
MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
$string [ 'aggregateavg' ] = 'Average of ratings' ;
$string [ 'aggregatecount' ] = 'Count of ratings' ;
$string [ 'aggregatemax' ] = 'Maximum rating' ;
$string [ 'aggregatemin' ] = 'Minimum rating' ;
$string [ 'aggregatenone' ] = 'No ratings' ;
$string [ 'aggregatesum' ] = 'Sum of ratings' ;
2010-08-25 09:32:45 +00:00
$string [ 'aggregatetype_help' ] = ' The aggregate type defines how ratings are combined to form the final grade in the gradebook .
2010-08-25 08:03:23 +00:00
2010-08-25 09:32:45 +00:00
* Average of ratings - The mean of all ratings
* Count of ratings - The number of rated items becomes the final grade . Note that the total cannot exceed the maximum grade for the activity .
* Maximum - The highest rating becomes the final grade
* Minimum - The smallest rating becomes the final grade
* Sum - All ratings are added together . Note that the total cannot exceed the maximum grade for the activity .
2010-08-25 08:03:23 +00:00
2010-08-25 09:32:45 +00:00
If " No ratings " is selected , then the activity will not appear in the gradebook . ' ;
2010-03-17 03:54:18 +00:00
$string [ 'allowratings' ] = 'Allow items to be rated?' ;
2010-10-11 08:37:36 +00:00
$string [ 'allratingsforitem' ] = 'All submitted ratings' ;
2010-08-31 07:59:32 +00:00
$string [ 'capabilitychecknotavailable' ] = 'Capability check not available until activity is saved' ;
rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
AMOS BEGIN
MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
$string [ 'couldnotdeleteratings' ] = 'Sorry, that cannot be deleted as people have already rated it' ;
2010-03-16 05:57:51 +00:00
$string [ 'norate' ] = 'Rating of items not allowed!' ;
2010-10-07 08:21:51 +00:00
$string [ 'noratings' ] = 'No ratings submitted' ;
rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
AMOS BEGIN
MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
$string [ 'noviewanyrate' ] = 'You can only look at results for items that you made' ;
$string [ 'noviewrate' ] = 'You do not have the capability to view item ratings' ;
2010-04-10 14:01:45 +00:00
$string [ 'rate' ] = 'Rate' ;
2010-03-16 05:57:51 +00:00
$string [ 'ratepermissiondenied' ] = 'You do not have permission to rate this item' ;
2010-04-10 14:01:45 +00:00
$string [ 'rating' ] = 'Rating' ;
2011-04-01 17:20:33 +08:00
$string [ 'ratinginvalid' ] = 'Rating is invalid' ;
2010-08-25 07:49:15 +00:00
$string [ 'ratingtime' ] = 'Restrict ratings to items with dates in this range:' ;
2010-04-10 14:01:45 +00:00
$string [ 'ratings' ] = 'Ratings' ;
2010-08-25 09:00:56 +00:00
$string [ 'rolewarning' ] = 'Roles with permission to rate' ;
2022-04-26 11:21:12 +01:00
$string [ 'rolewarning_help' ] = 'Roles with permission to rate are roles with the capability moodle/rating:rate plus any activity-specific rating capabilities. You can give more roles permission to rate via the page Permissions.' ;
2018-03-01 09:27:32 +08:00
$string [ 'scaleselectionrequired' ] = 'When selecting a ratings aggregate type you must also select to use either a scale or set a maximum points.' ;
$string [ 'privacy:metadata:rating' ] = 'The user-entered rating is stored alongside a mapping of the item which was rated.' ;
$string [ 'privacy:metadata:rating:userid' ] = 'The user who made the rating.' ;
$string [ 'privacy:metadata:rating:rating' ] = 'The numeric rating that the user entered.' ;
$string [ 'privacy:metadata:rating:timecreated' ] = 'The time that the rating was first made.' ;
$string [ 'privacy:metadata:rating:timemodified' ] = 'The time that the rating was last updated.' ;