New strings for grade stuff MDL-10989

This commit is contained in:
moodler 2007-08-26 05:48:24 +00:00
parent 11db59da04
commit 3ab8ee6e9b
9 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'CSV file'; $string['modulename'] = 'CSV file';
$string['cvs:view'] = 'Use CSV grade export';
?> ?>

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'OpenOffice spreadsheet'; $string['modulename'] = 'OpenOffice spreadsheet';
$string['ods:view'] = 'Use Openoffice grade export';
?> ?>

View file

@ -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';
?> ?>

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'Excel spreadsheet'; $string['modulename'] = 'Excel spreadsheet';
$string['xls:view'] = 'Use Excel grade export';
?> ?>

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'XML file'; $string['modulename'] = 'XML file';
$string['xml:view'] = 'Use XML grade export';
?> ?>

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'CSV file'; $string['modulename'] = 'CSV file';
$string['csv:view'] = 'Import grades from CSV';
?> ?>

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'XML file'; $string['modulename'] = 'XML file';
$string['xml:view'] = 'Import grades from XML';
?> ?>

View file

@ -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';
?> ?>

View file

@ -1,5 +1,6 @@
<?PHP // $Id$ <?PHP // $Id$
$string['modulename'] = 'Overview report'; $string['modulename'] = 'Overview report';
$string['overview:view'] = 'View the overview report';
?> ?>