mirror of
https://github.com/moodle/moodle.git
synced 2025-01-26 01:58:26 +01:00
53 lines
1.4 KiB
PHP
Executable File
53 lines
1.4 KiB
PHP
Executable File
<?
|
|
//Moodle wersja polska, Adam Pawelczak, Michal Wozniak, Lukasz Wrona (crow1@interia.pl)
|
|
//Modul resource.php
|
|
|
|
$string['modulename'] = " Zasób";
|
|
|
|
$string['modulenameplural'] = " Zasoby";
|
|
|
|
$string['addresource'] = " Dodaj zasób";
|
|
|
|
$string['editingaresource'] = " Modyfikacja zasobu";
|
|
|
|
$string['example'] = " Przyk³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³na tre¶æ";
|
|
|
|
$string['htmlfragment'] = " Fragment HTML";
|
|
|
|
$string['neverseen'] = " Nigdy nie widziany";
|
|
|
|
$string['note'] = " Uwaga";
|
|
|
|
$string['notefile'] = " Aby przes³aæ wiêcej plików (tak, by pojawi³y siê na tej li¶cie) u¿yj <A HREF=\$a > menad¿era plików</A>.";
|
|
|
|
$string['notypechosen'] = " Musisz wybraæ typ. Skorzystaj z przycisku cofania i spróbuj ponownie";
|
|
|
|
$string['resourcetype'] = " Typ zasobu";
|
|
|
|
$string['resourcetype1'] = " Odniesienie";
|
|
|
|
$string['resourcetype2'] = " Strona WWW";
|
|
|
|
$string['resourcetype3'] = "Przes³any plik";
|
|
|
|
$string['resourcetype4'] = " Zwyk³y tekst";
|
|
|
|
$string['resourcetype5'] = " Odno¶nik WWW";
|
|
|
|
$string['resourcetype6'] = " Tekst HTML";
|
|
|
|
$string['resourcetype7'] = " Program";
|
|
|
|
$string['resourcetype8'] = " Tekst Wiki";
|
|
|
|
$string[''] = "";
|
|
|
|
?>
|