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
Add more user friendly explanation if user is forced to change password
[moodle-linuxchix.git]
/
lang
/
nl
/
label.php
blob
71d945089f11a153e88a4fc7c358e21d622330f2
1
<
?PHP
// $Id$
2
// label.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
3
4
5
$string
[
'labeltext'
] =
'Labeltekst'
;
6
$string
[
'modulename'
] =
'Label'
;
7
$string
[
'modulenameplural'
] =
'Labels'
;
8
9
?
>