|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $string['aggregatetype'] = 'Aggregate type'; 00027 $string['aggregateavg'] = 'Average of ratings'; 00028 $string['aggregatecount'] = 'Count of ratings'; 00029 $string['aggregatemax'] = 'Maximum rating'; 00030 $string['aggregatemin'] = 'Minimum rating'; 00031 $string['aggregatenone'] = 'No ratings'; 00032 $string['aggregatesum'] = 'Sum of ratings'; 00033 $string['aggregatetype_help'] = 'The aggregate type defines how ratings are combined to form the final grade in the gradebook. 00034 00035 * Average of ratings - The mean of all ratings 00036 * Count of ratings - The number of rated items becomes the final grade. Note that the total cannot exceed the maximum grade for the activity. 00037 * Maximum - The highest rating becomes the final grade 00038 * Minimum - The smallest rating becomes the final grade 00039 * Sum - All ratings are added together. Note that the total cannot exceed the maximum grade for the activity. 00040 00041 If "No ratings" is selected, then the activity will not appear in the gradebook.'; 00042 $string['allowratings'] = 'Allow items to be rated?'; 00043 $string['allratingsforitem'] = 'All submitted ratings'; 00044 $string['capabilitychecknotavailable'] = 'Capability check not available until activity is saved'; 00045 $string['couldnotdeleteratings'] = 'Sorry, that cannot be deleted as people have already rated it'; 00046 $string['norate'] = 'Rating of items not allowed!'; 00047 $string['noratings'] = 'No ratings submitted'; 00048 $string['noviewanyrate'] = 'You can only look at results for items that you made'; 00049 $string['noviewrate'] = 'You do not have the capability to view item ratings'; 00050 $string['rate'] = 'Rate'; 00051 $string['ratepermissiondenied'] = 'You do not have permission to rate this item'; 00052 $string['rating'] = 'Rating'; 00053 $string['ratinginvalid'] = 'Rating is invalid'; 00054 $string['ratingtime'] = 'Restrict ratings to items with dates in this range:'; 00055 $string['ratings'] = 'Ratings'; 00056 $string['rolewarning'] = 'Roles with permission to rate'; 00057 $string['rolewarning_help'] = 'To submit ratings users require the moodle/rating:rate capability and any module specific capabilities. Users assigned the following roles should be able to rate items. The list of roles may be amended via the permissions link in the settings block.';