mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 20:19:01 +01:00
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// resource.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['addresource'] = "Dodaj zas<61>b";
|
|||
|
$string['editingaresource'] = "Modyfikuj ten zas<61>b";
|
|||
|
$string['example'] = "Przyk<EFBFBD>ad";
|
|||
|
$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.przyklad.com/jakiskatalog/jakisplik.html";
|
|||
|
$string['filename'] = "Nazwa pliku";
|
|||
|
$string['fulltext'] = "Pe<EFBFBD>ny tekst";
|
|||
|
$string['htmlfragment'] = "fragment HTML ";
|
|||
|
$string['modulename'] = "Zas<EFBFBD>b";
|
|||
|
$string['modulenameplural'] = "Zasoby";
|
|||
|
$string['neverseen'] = "Nigdy nie widziany";
|
|||
|
$string['note'] = "Notatka";
|
|||
|
$string['notefile'] = "Aby przes<65>a<EFBFBD> wi<77>cej plik<69>w do kursu (aby pojawi<77>y si<73> na tej li<6C>cie) u<>yj
|
|||
|
<A HREF=\$a >Menad<EFBFBD>era plik<EFBFBD>w</A>.";
|
|||
|
$string['notypechosen'] = "Musisz wybra<72> rodzaj. U<>yj przycisku wstecz, wr<77><72> i spr<70>buj jeszcze raz. ";
|
|||
|
$string['resourcetype'] = "Rodzaj zasobu";
|
|||
|
$string['resourcetype1'] = "Reference";
|
|||
|
$string['resourcetype2'] = "Strona WWW";
|
|||
|
$string['resourcetype3'] = "Przes<EFBFBD>any plik";
|
|||
|
$string['resourcetype4'] = "Zwyk<EFBFBD>y tekst";
|
|||
|
$string['resourcetype5'] = "Link do strony WWW";
|
|||
|
$string['resourcetype6'] = "tekst HTML ";
|
|||
|
$string['resourcetype7'] = "Program";
|
|||
|
|
|||
|
?>
|