mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
8 lines
205 B
PHP
8 lines
205 B
PHP
<?PHP // $Id$
|
|
// block_course_summary.php - created with Moodle 1.6 development (2005060201)
|
|
|
|
|
|
$string['coursesummary'] = 'Podsumowanie kursu';
|
|
$string['pagedescription'] = 'opis kursu/strony';
|
|
|
|
?>
|