From 20e62af383f1c18dae2075e4d973e2d876cec58e Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 16 Sep 2003 03:06:10 +0000 Subject: [PATCH] Spanish language files for new Glossary module --- lang/es/glossary.php | 40 +++++++++++++++++++ .../help/glossary/allowduplicatedentries.html | 5 +++ lang/es/help/glossary/displayformat.html | 4 ++ lang/es/help/glossary/index.html | 15 +++++++ lang/es/help/glossary/mainglossary.html | 4 ++ lang/es/help/glossary/mods.html | 7 ++++ lang/es/help/glossary/studentcanpost.html | 5 +++ 7 files changed, 80 insertions(+) create mode 100644 lang/es/glossary.php create mode 100644 lang/es/help/glossary/allowduplicatedentries.html create mode 100644 lang/es/help/glossary/displayformat.html create mode 100644 lang/es/help/glossary/index.html create mode 100644 lang/es/help/glossary/mainglossary.html create mode 100644 lang/es/help/glossary/mods.html create mode 100644 lang/es/help/glossary/studentcanpost.html diff --git a/lang/es/glossary.php b/lang/es/glossary.php new file mode 100644 index 0000000000..2b36f5d20f --- /dev/null +++ b/lang/es/glossary.php @@ -0,0 +1,40 @@ +Especial le mostrará todos los términos que comienzan con carácteres no alfabeticos
TODOS Mostrará todas las entradas en una sóla página."; +$string['searchconcept'] = "Buscar concepto:"; +$string['searchindefinition'] = "Buscar en concepto Y en definición?"; +$string['special'] = "Especial"; +$string['studentcanpost'] = "Si, los estudiantes podrán agregar definiciones"; +$string['studentcantpost'] = "No, los estudiantes no podrán agregar definiciones"; +$string['writtenby'] = "Por"; +$string['yesallowduplicates'] = "Si, permitir duplicados."; +?> \ No newline at end of file diff --git a/lang/es/help/glossary/allowduplicatedentries.html b/lang/es/help/glossary/allowduplicatedentries.html new file mode 100644 index 0000000000..5122264883 --- /dev/null +++ b/lang/es/help/glossary/allowduplicatedentries.html @@ -0,0 +1,5 @@ +

Permitir definiciones duplicadas?

+ +

Indique si desea que el sistema permita ingresar definiciones de conceptos iguales. + +

Si selecciona que en efecto si lo desea, el sistema permitirá introducir dos o mas definiciones para un mismo concepto. diff --git a/lang/es/help/glossary/displayformat.html b/lang/es/help/glossary/displayformat.html new file mode 100644 index 0000000000..30cb08e680 --- /dev/null +++ b/lang/es/help/glossary/displayformat.html @@ -0,0 +1,4 @@ +

Incluir datos del usuario por cada entrada?

+ +

El sistema le permite especificar la forma en que desea sean vistas las definiciones. +

Si los estudiantes pueden crear definiciones, quizas desee saber quien las crea. O bien, si solo los profesores las crean, quieran no mostrar el usuario. \ No newline at end of file diff --git a/lang/es/help/glossary/index.html b/lang/es/help/glossary/index.html new file mode 100644 index 0000000000..4ef23561f5 --- /dev/null +++ b/lang/es/help/glossary/index.html @@ -0,0 +1,15 @@ +

Glosario

+ + + diff --git a/lang/es/help/glossary/mainglossary.html b/lang/es/help/glossary/mainglossary.html new file mode 100644 index 0000000000..686ac9a10c --- /dev/null +++ b/lang/es/help/glossary/mainglossary.html @@ -0,0 +1,4 @@ +

Es este el glosario principal del curso?

+ +

El sistema permite exportar definiciones de los glosarios secundarios al glosario principal del sistema. +

Para hacer esto, usted debe especificar cual de los glosarios es el principal. Note que sólo puede tener un glosario principal por curso. \ No newline at end of file diff --git a/lang/es/help/glossary/mods.html b/lang/es/help/glossary/mods.html new file mode 100644 index 0000000000..07d11aa97b --- /dev/null +++ b/lang/es/help/glossary/mods.html @@ -0,0 +1,7 @@ +

 Glosario

+ diff --git a/lang/es/help/glossary/studentcanpost.html b/lang/es/help/glossary/studentcanpost.html new file mode 100644 index 0000000000..73e68846ef --- /dev/null +++ b/lang/es/help/glossary/studentcanpost.html @@ -0,0 +1,5 @@ +

Los estudiantes podrán agregar definiciones?

+ +

Indique si desea que los estudiantes puedan o no agregar definiciones al glosario. + +

Si seleccionan que en efecto pueden hacerlo, el sistema le permitirá, además, modificar y eliminar sus propias definiciones. -- 2.39.5