mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 09:31:55 +01:00
12 lines
305 B
PHP
12 lines
305 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['blockname'] = 'Ligazón de sección';
|
|
$string['jumptocurrenttopic'] = 'Ir ao tema actual';
|
|
$string['jumptocurrentweek'] = 'Ir á semana actual';
|
|
$string['topics'] = 'Temas';
|
|
$string['weeks'] = 'Semanas';
|
|
|
|
?>
|