mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
30 lines
1.0 KiB
PHP
30 lines
1.0 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// book.php - created with Moodle 1.4 development (2004062600)
|
|||
|
|
|||
|
|
|||
|
$string['addafter'] = 'Agregar un nuevo cap<61>tulo';
|
|||
|
$string['chapterscount'] = 'Cap<61>tulos';
|
|||
|
$string['chaptertitle'] = 'T<>tulo del cap<61>tulo';
|
|||
|
$string['confchapterdelete'] = '<27>Realmente desea eliminar este cap<61>tulo?';
|
|||
|
$string['content'] = 'Contenido';
|
|||
|
$string['faq'] = 'FAQ Libro';
|
|||
|
$string['modulename'] = 'Libro';
|
|||
|
$string['modulenameplural'] = 'Libros';
|
|||
|
$string['navnext'] = 'Siguiente';
|
|||
|
$string['navprev'] = 'Anterior';
|
|||
|
$string['numbering'] = 'N<>mero del cap<61>tulo';
|
|||
|
$string['numbering0'] = 'No';
|
|||
|
$string['numbering1'] = 'Num<75>rico';
|
|||
|
$string['numbering2'] = 'Vi<56>etas';
|
|||
|
$string['numbering3'] = 'Sangr<67>a';
|
|||
|
$string['printbook'] = 'Imprimir el libro completo';
|
|||
|
$string['printchapter'] = 'Imprimir este cap<61>tulo';
|
|||
|
$string['printdate'] = 'Fecha';
|
|||
|
$string['printedby'] = 'Imprimido por';
|
|||
|
$string['subchapter'] = 'Secci<63>n';
|
|||
|
$string['toc'] = 'Tabla de contenidos';
|
|||
|
$string['tocwidth'] = 'Seleciona la anchura de la tabla de contenidos de todos los libros.';
|
|||
|
$string['top'] = 'arriba';
|
|||
|
|
|||
|
?>
|