You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.3 KiB
50 lines
2.3 KiB
2 years ago
|
<?php
|
||
|
// 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 report_insights.
|
||
|
*
|
||
|
* @package report_insights
|
||
|
* @copyright 2016 David Monllao {@link http://www.davidmonllao.com}
|
||
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||
|
*/
|
||
|
|
||
|
$string['actionsaved'] = 'Your action has been saved.';
|
||
|
$string['calculatedvalue'] = 'Calculated value';
|
||
|
$string['disabledmodel'] = 'Sorry, this model has been disabled by the administrator';
|
||
|
$string['indicator'] = 'Indicator';
|
||
|
$string['insightprediction'] = '{$a} prediction';
|
||
|
$string['insight'] = 'Insight';
|
||
|
$string['insights'] = 'Insights';
|
||
|
$string['justpredictions'] = 'Please note that the following insights are only predictions. It is not possible to predict the future with any certainty. The insights are provided so that action can be taken as necessary to prevent any negative predictions becoming reality.';
|
||
|
$string['outcome'] = 'Outcome';
|
||
|
$string['outcomenegative'] = 'Negative outcome';
|
||
|
$string['outcomeneutral'] = 'Neutral outcome';
|
||
|
$string['outcomeok'] = 'OK outcome';
|
||
|
$string['outcomepositive'] = 'Positive outcome';
|
||
|
$string['outcomeverypositive'] = 'Very positive outcome';
|
||
|
$string['outcomeverynegative'] = 'Very negative outcome';
|
||
|
$string['pluginname'] = 'Insights';
|
||
|
$string['prediction'] = 'Prediction';
|
||
|
$string['predictioncalculations'] = 'Indicator calculations';
|
||
|
$string['predictiondetails'] = 'Prediction details';
|
||
|
$string['nodetailsavailable'] = 'No prediction details are relevant.';
|
||
|
$string['timecreated'] = 'Time predicted';
|
||
|
$string['timerange'] = 'Time range';
|
||
|
$string['timerangewithdata'] = '{$a->timestart} to {$a->timeend}';
|
||
|
$string['selectotherinsights'] = 'Select other insights...';
|
||
|
$string['privacy:metadata'] = 'The Insights plugin does not store any personal data.';
|