mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 17:11:49 +01:00
12 lines
296 B
PHP
12 lines
296 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.4.1+ (2004083101)
|
|
|
|
|
|
$string['blockname'] = 'Âðúçêè';
|
|
$string['jumptocurrenttopic'] = 'Êúì òåêóùàòà òòåìà';
|
|
$string['jumptocurrentweek'] = 'Êúì òåêóùàòà ñåäìèöà';
|
|
$string['topics'] = 'Òåìè';
|
|
$string['weeks'] = 'Ñåäìèöè';
|
|
|
|
?>
|