mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
New strings for grade stuff MDL-10989
This commit is contained in:
parent
11db59da04
commit
3ab8ee6e9b
9 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'CSV file';
|
$string['modulename'] = 'CSV file';
|
||||||
|
$string['cvs:view'] = 'Use CSV grade export';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'OpenOffice spreadsheet';
|
$string['modulename'] = 'OpenOffice spreadsheet';
|
||||||
|
$string['ods:view'] = 'Use Openoffice grade export';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'Plain text file';
|
$string['modulename'] = 'Plain text file';
|
||||||
|
$string['txt:view'] = 'Use text grade export';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'Excel spreadsheet';
|
$string['modulename'] = 'Excel spreadsheet';
|
||||||
|
$string['xls:view'] = 'Use Excel grade export';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'XML file';
|
$string['modulename'] = 'XML file';
|
||||||
|
$string['xml:view'] = 'Use XML grade export';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'CSV file';
|
$string['modulename'] = 'CSV file';
|
||||||
|
$string['csv:view'] = 'Import grades from CSV';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'XML file';
|
$string['modulename'] = 'XML file';
|
||||||
|
$string['xml:view'] = 'Import grades from XML';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -5,4 +5,5 @@ $string['courseoutcomes'] = 'Course outcomes';
|
||||||
$string['coursespecoutcome'] = 'Course outcomes';
|
$string['coursespecoutcome'] = 'Course outcomes';
|
||||||
$string['modulename'] = 'Outcomes report';
|
$string['modulename'] = 'Outcomes report';
|
||||||
$string['usedgradeitem'] = 'Number of grade items';
|
$string['usedgradeitem'] = 'Number of grade items';
|
||||||
|
$string['outcomes:view'] = 'View the outcomes report';
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?PHP // $Id$
|
<?PHP // $Id$
|
||||||
|
|
||||||
$string['modulename'] = 'Overview report';
|
$string['modulename'] = 'Overview report';
|
||||||
|
$string['overview:view'] = 'View the overview report';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue