repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Full paths when including pclzip bug 1139
[moodle.git]
/
lang
/
pt
/
label.php
blob
16a85b9ccde7284ce383fcd49a3f370362b5b171
1
<
?PHP
// $Id$
2
// label.php - created with Moodle 1.2 Beta (2004022400)
3
4
5
$string
[
'labeltext'
] =
'Texto da etiqueta'
;
6
$string
[
'modulename'
] =
'Etiqueta'
;
7
$string
[
'modulenameplural'
] =
'Etiquetas'
;
8
9
?
>