mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
8 lines
217 B
PHP
8 lines
217 B
PHP
<?PHP // $Id$
|
|
// block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005020800)
|
|
|
|
|
|
$string['coursesummary'] = 'Resum del curs';
|
|
$string['pagedescription'] = 'Descripció del curs/lloc';
|
|
|
|
?>
|