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'
*
* @ package rating
* @ 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' ;
2010-03-17 03:54:18 +00:00
$string [ 'allowratings' ] = 'Allow items to be rated?' ;
2010-08-25 07:18:56 +00:00
$string [ 'canrate' ] = 'Roles with permission to rate: {$a}' ;
2010-03-16 05:57:51 +00:00
$string [ 'norate' ] = 'Rating of items not allowed!' ;
$string [ 'noviewanyrate' ] = 'You can only look at results for posts that you made' ;
2010-04-10 14:01:45 +00:00
$string [ 'noviewrate' ] = 'You do not have the capability to view post ratings' ;
$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' ;
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 07:18:56 +00:00
$string [ 'rolewarning' ] = 'Ratings' ;
2010-08-25 01:41:15 +00:00
$string [ 'rolewarning_help' ] = 'Aggregated ratings appear in the gradebook. Click on Permissions under module administration to change who can submit ratings.' ;