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
Merged some changes from HEAD
[moodle.git]
/
lang
/
sv
/
label.php
blob
731b465defe7b7409ca9cf8be00ddd458070cb2b
1
<
?PHP
// $Id$
2
// label.php - created with Moodle 1.1.1 (2003091111)
3
4
5
$string
[
'labeltext'
] =
"Text på etikett"
;
6
$string
[
'modulename'
] =
"Etikett"
;
7
$string
[
'modulenameplural'
] =
"Etiketter"
;
8
9
?
>