Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 13... Línea 13...
13
//
13
//
14
// You should have received a copy of the GNU General Public License
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/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea 16...
16
 
16
 
17
/**
17
/**
18
 * Strings for Single view
18
 * Strings for component 'gradereport_singleview', language 'en'.
19
 *
19
 *
20
 * @package   gradereport_singleview
20
 * @package   gradereport_singleview
21
 * @copyright 2014 Moodle Pty Ltd (http://moodle.com)
21
 * @copyright 2014 Moodle Pty Ltd (http://moodle.com)
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Línea 83... Línea 83...
83
$string['viewsinglegradeitem'] = 'Select a grade item above';
83
$string['viewsinglegradeitem'] = 'Select a grade item above';
84
$string['selectagrade'] = 'Select a grade item';
84
$string['selectagrade'] = 'Select a grade item';
85
$string['selectgradeitemlink'] = 'Select a grade item';
85
$string['selectgradeitemlink'] = 'Select a grade item';
86
$string['singleviewdescription'] = 'In single view you can override or exclude selected grades and bulk insert grades.';
86
$string['singleviewdescription'] = 'In single view you can override or exclude selected grades and bulk insert grades.';
87
$string['unsaveddatawarning'] = 'Unsaved data warning';
87
$string['unsaveddatawarning'] = 'Unsaved data warning';
88
 
-
 
89
// Deprecated since Moodle 4.1.
-
 
90
$string['filtergrades'] = 'Show grades for {$a}.';
-
 
91
 
-
 
92
// Deprecated since Moodle 4.3.
-
 
93
$string['viewsingleuserorgradeitem'] = 'View all the grades of a single user or grade item.';
-