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
/
ca
/
label.php
blob
a612092724964be416e119d917e1d2a37b8e5db5
1
<
?PHP
// $Id$
2
// label.php - created with Moodle 1.2 development (2004022000)
3
4
5
$string
[
'labeltext'
] =
'Text de l
\'
etiqueta'
;
6
$string
[
'modulename'
] =
'Etiqueta'
;
7
$string
[
'modulenameplural'
] =
'Etiquetes'
;
8
9
?
>