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 from HEAD
[moodle.git]
/
lang
/
sl
/
label.php
blob
cb1b372e1c4b733b058874a92d89231855ea7ce2
1
<
?PHP
// $Id$
2
// label.php - created with Moodle 1.3 (2004052500)
3
4
5
$string
[
'labeltext'
] =
'Tekst oznake'
;
6
$string
[
'modulename'
] =
'Oznaka'
;
7
$string
[
'modulenameplural'
] =
'Oznake'
;
8
9
?
>