moodle/lang/pl/resource.php

53 lines
1.4 KiB
PHP
Raw Normal View History

2003-08-17 22:09:49 +00:00
<?
//Moodle wersja polska, Adam Pawelczak, Michal Wozniak, Lukasz Wrona (crow1@interia.pl)
//Modul resource.php
$string['modulename'] = " Zas<61>b";
$string['modulenameplural'] = " Zasoby";
$string['addresource'] = " Dodaj zas<61>b";
$string['editingaresource'] = " Modyfikacja zasobu";
$string['example'] = " Przyk<79>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.example.com/somedirectory/somefile.html";
$string['filename'] = " Nazwa pliku";
$string['fulltext'] = " Pe<50>na tre<72><65>";
$string['htmlfragment'] = " Fragment HTML";
$string['neverseen'] = " Nigdy nie widziany";
$string['note'] = " Uwaga";
$string['notefile'] = " Aby przes<65>a<EFBFBD> wi<77>cej plik<69>w (tak, by pojawi<77>y si<73> na tej li<6C>cie) u<>yj <A HREF=\$a > menad<61>era plik<69>w</A>.";
$string['notypechosen'] = " Musisz wybra<72> typ. Skorzystaj z przycisku cofania i spr<70>buj ponownie";
$string['resourcetype'] = " Typ zasobu";
$string['resourcetype1'] = " Odniesienie";
$string['resourcetype2'] = " Strona WWW";
$string['resourcetype3'] = "Przes<EFBFBD>any plik";
2003-08-17 22:09:49 +00:00
$string['resourcetype4'] = " Zwyk<79>y tekst";
$string['resourcetype5'] = " Odno<6E>nik WWW";
$string['resourcetype6'] = " Tekst HTML";
$string['resourcetype7'] = " Program";
$string['resourcetype8'] = " Tekst Wiki";
$string[''] = "";
?>