repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git]
/
lang
/
en_utf8
/
gradeexport_csv.php
blob
3ccf9a43ffb1824db08a082d9b1dddc8e759f9bb
1
<
?PHP
// $Id$
2
3
$string
[
'modulename'
] =
'CSV file'
;
4
$string
[
'cvs:view'
] =
'Use CSV grade export'
;
5
$string
[
'cvs:publish'
] =
'Publish CSV grade export'
;
6
7
?
>