12 lines
364 B
PHP
12 lines
364 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.6 development (2005060201)
|
|
|
|
|
|
$string['blockname'] = 'بخش ارتباطات';
|
|
$string['jumptocurrenttopic'] = 'پرش به موضوع کنونی';
|
|
$string['jumptocurrentweek'] = 'پرش به هفته کنونی';
|
|
$string['topics'] = 'موضوعات';
|
|
$string['weeks'] = 'هفته ها';
|
|
|
|
?>
|