fbfd530bf2
Sonia ?lvarez L?pez University of Vigo ?rea de Posgrao Virtual (http://apv.uvigo.es)
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';
|
|
|
|
?>
|