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