mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
12 lines
336 B
PHP
12 lines
336 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005040800)
|
|
|
|
|
|
$string['blockname'] = 'ÑæÇÈØ ÇáÞÓã';
|
|
$string['jumptocurrenttopic'] = 'ÇáÃäÊÞÇá Åáì ÇáãæÖæÚ ÇáÍÇáí';
|
|
$string['jumptocurrentweek'] = 'ÇáÃäÊÞÇá Åáì ÇáÃÓÈæÚ ÇáÍÇáí';
|
|
$string['topics'] = 'ãæÇÕíÚ';
|
|
$string['weeks'] = 'ÃÓÇÈíÚ';
|
|
|
|
?>
|