mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
|
<?PHP // $Id$
|
|||
|
|
|||
|
#------------------------------------------------------------
|
|||
|
$string['modulename'] = "Kaynak";
|
|||
|
$string['modulenameplural'] = "Kaynaklar";
|
|||
|
#------------------------------------------------------------
|
|||
|
|
|||
|
$string['addresource'] = "Kaynak ekle";
|
|||
|
$string['editingaresource'] = "Kaynak d<>zenleme";
|
|||
|
$string['example'] = "<EFBFBD>rnek";
|
|||
|
$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'] = "Dosya ad<61>";
|
|||
|
$string['fulltext'] = "Tam metin";
|
|||
|
$string['htmlfragment'] = "HTML par<61>as<61>";
|
|||
|
$string['neverseen'] = "G<EFBFBD>r<EFBFBD>lmedi";
|
|||
|
$string['note'] = "Not";
|
|||
|
$string['notefile'] = "Bu listede g<>r<EFBFBD>lecek daha <20>ok dosya y<>klemek i<>in
|
|||
|
<A HREF=\$a >Dosya Y<EFBFBD>neticisini</A> kullan<EFBFBD>n<EFBFBD>z.";
|
|||
|
$string['notypechosen'] = "Bir t<>r se<73>melisiniz. Geri d<><64>mesini kullanarak tekrar deneyiniz.";
|
|||
|
$string['resourcetype'] = "Kaynak t<>r<EFBFBD>";
|
|||
|
$string['resourcetype1'] = "Referans";
|
|||
|
$string['resourcetype2'] = "Web Sayfas<61>";
|
|||
|
$string['resourcetype3'] = "Y<EFBFBD>klenmi<EFBFBD> Dosya";
|
|||
|
$string['resourcetype4'] = "Sade Metin";
|
|||
|
$string['resourcetype5'] = "Web Ba<42>lant<6E>s<EFBFBD>";
|
|||
|
$string['resourcetype6'] = "HTML Metni";
|
|||
|
|
|||
|
?>
|