mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
13 lines
339 B
PHP
13 lines
339 B
PHP
<?PHP // $Id$
|
|
// block_glossary_random.php - created with Moodle 1.5 ALPHA (2005042300)
|
|
|
|
|
|
$string['blockname'] = 'Rasgele Terimler';
|
|
$string['invisible'] = '(devam edecek)';
|
|
$string['lastmodified'] = 'Son düzenlenen kayýt';
|
|
$string['nextone'] = 'Sonraki kayýt';
|
|
$string['random'] = 'Rasgele kayýt';
|
|
$string['title'] = 'Baþlýk';
|
|
|
|
?>
|