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
/
webquest.php
blob
34bfc7bc55cb7c1194f5d9a52dd64a0a57dcd7ed
1
<
?PHP
// $Id$
2
// webquest.php - created with Moodle 1.7 beta + (2006101003)
3
4
5
$string
[
'modulename'
] =
'Webquest'
;
6
$string
[
'modulenameplural'
] =
'Webquests'
;
7
8
?
>