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
/
gradereport_grader.php
blob
42ea331ca8240e855717ea5a04b1ad7f2535e3a2
1
<
?PHP
// $Id$
2
3
$string
[
'modulename'
] =
'Grader report'
;
4
$string
[
'grader:manage'
] =
'Manage the grader report'
;
5
$string
[
'grader:view'
] =
'View the grader report'
;
6
7
?
>