moodle/lang/tr/my.php

12 lines
547 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP // $Id$
// my.php - created with Moodle 1.6 development (2005101200)
$string['mymoodle'] = 'Kişisel Moodle';
$string['nocourses'] = 'Gösterilecek kurs bilgisi yok';
$string['noguest'] = '\'Kişisel Moodle\' konuk kullanıcılara açık değildir';
$string['pinblocks'] = 'Kişisel Moodle için sabit blokları yapılandır';
$string['pinblocksexplan'] = 'Herhangi bir kullanıcı için burada yapılandırdığınız blok ayarları \'kişisel moodle\' ekranında sabit olarak gösterilecek, ancak kullanıcı tarafından bu bloklar düzenlenemeyecektir.';
?>