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
adding some strings
[moodle-linuxchix.git]
/
lang
/
en_utf8
/
gradereport_outcomes.php
blob
a755444e228c8fd6da702ddfa2d190fda1250773
1
<
?PHP
// $Id$
2
3
$string
[
'addoutcome'
] =
'Add an outcome'
;
4
$string
[
'courseoutcomes'
] =
'Course outcomes'
;
5
$string
[
'coursespecoutcome'
] =
'Course outcomes'
;
6
$string
[
'modulename'
] =
'Outcomes'
;
7
$string
[
'usedgradeitem'
] =
'Number of grade items'
;
8
?
>