repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
"MDL-14460,fix get_context_instance"
[moodle-linuxchix.git]
/
lang
/
en_utf8
/
gradeexport_xls.php
blob
3a65e05fbc36e2d73091538a66cfb6057a78769f
1
<
?PHP
// $Id$
2
3
$string
[
'modulename'
] =
'Excel spreadsheet'
;
4
$string
[
'xls:view'
] =
'Use Excel grade export'
;
5
$string
[
'xls:publish'
] =
'Publish XLS grade export'
;
6
7
?
>