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_txt.php
blob
45cd6dabff5791937394f272945a19fb9b503d90
1
<
?PHP
// $Id$
2
3
$string
[
'modulename'
] =
'Plain text file'
;
4
$string
[
'txt:view'
] =
'Use text grade export'
;
5
$string
[
'txt:publish'
] =
'Publish TXT grade export'
;
6
7
?
>