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-14624:
[moodle-linuxchix.git]
/
lang
/
en_utf8
/
label.php
blob
a1474c57842811741ad0d5f09f72dc8d7d32da1c
1
<
?PHP
// $Id$
2
// label.php - created with Moodle 1.7 beta + (2006101003)
3
4
5
$string
[
'labeltext'
] =
'Label text'
;
6
$string
[
'modulename'
] =
'Label'
;
7
$string
[
'modulenameplural'
] =
'Labels'
;
8
9
?
>