mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = "Zdroj";
|
|
$string['modulenameplural'] = "Zdroje";
|
|
#------------------------------------------------------------
|
|
|
|
$string['addresource'] = "Prida» zdroj";
|
|
$string['editingaresource'] = "Upravi» zdroj ";
|
|
$string['example'] = "Príklad";
|
|
$string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
|
|
$string['exampleurl'] = "http://www.example.com/somedirectory/somefile.html";
|
|
$string['filename'] = "Názov súboru";
|
|
$string['fulltext'] = "Plný text";
|
|
$string['htmlfragment'] = "HTML fragment";
|
|
$string['neverseen'] = "Nikdy nevidené";
|
|
$string['note'] = "Poznámka";
|
|
$string['notefile'] = "Na prenos ïal¹ích súborov do kurzu (tak aby sa zobrazili v tomto zozname) pou¾ite
|
|
<A HREF=\$a >Mana¾ér súborov</A>.";
|
|
$string['notypechosen'] = "Musíte si vybra» typ. Pou¾ite tlaèidlo spä», vrá»te sa a skúste znova.";
|
|
$string['resourcetype'] = "Typ zdroja";
|
|
$string['resourcetype1'] = "Odkaz";
|
|
$string['resourcetype2'] = "Webová stránka";
|
|
$string['resourcetype3'] = "Prenesený súbor";
|
|
$string['resourcetype4'] = "Èistý text";
|
|
$string['resourcetype5'] = "Webová linka";
|
|
$string['resourcetype6'] = "HTML text";
|
|
$string['resourcetype7'] = "Program";
|
|
|
|
?>
|