mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
10 lines
415 B
PHP
10 lines
415 B
PHP
<?PHP // $Id$
|
|
// block_course_list.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005041101)
|
|
|
|
|
|
$string['allcourses'] = 'מנהל רואה את כל הקורסים';
|
|
$string['blockname'] = 'רשימת קורסים';
|
|
$string['configadminview'] = 'מה המנהל צריך לראות בבלוק רשימת הקורסים?';
|
|
$string['owncourses'] = 'מנהל רואה רק את הקורסים שלו';
|
|
|
|
?>
|