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
Tidied up logs HTML a bit, to make it more readable.
[moodle-linuxchix.git]
/
lang
/
vi_utf8
/
label.php
blob
fe4b5b118c4caada9aade9532a97f42045a694bd
1
<
?php
// $Id$
2
// label.php - created with Moodle 1.2 development (2003111400)
3
4
5
$string
[
'labeltext'
] =
'Đề mục nhãn '
;
6
$string
[
'modulename'
] =
'Nhãn'
;
7
$string
[
'modulenameplural'
] =
'Các nhãn'
;
8
9
?
>