mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
9 lines
892 B
PHP
9 lines
892 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.4 development (2004062401)
|
|
|
|
|
|
$string['allcourses'] = 'مدير الموقع يستطيع مشاهدة جميع المناهج الدراسية';
|
|
$string['blockname'] = 'قائمة المناهج الدراسية';
|
|
$string['owncourses'] = 'مدير الموقع يستطيع مشاهدة المناهجه الدراسية';
|
|
|
|
?>
|