From b79e51b46c93087d338e96c261ec38bdf13749d3 Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Tue, 16 Sep 2003 20:24:02 +0000 Subject: [PATCH] Will is having problems, so I upload this... --- lang/en/glossary.php | 78 +++++++++---------- .../help/glossary/allowduplicatedentries.html | 9 +-- lang/en/help/glossary/displayformat.html | 14 +++- lang/en/help/glossary/index.html | 30 +++---- lang/en/help/glossary/mainglossary.html | 9 ++- lang/en/help/glossary/mods.html | 13 ++-- lang/en/help/glossary/studentcanpost.html | 9 +-- lang/es/glossary.php | 78 +++++++++---------- .../help/glossary/allowduplicatedentries.html | 10 +-- lang/es/help/glossary/displayformat.html | 6 +- lang/es/help/glossary/index.html | 30 +++---- lang/es/help/glossary/mainglossary.html | 6 +- lang/es/help/glossary/mods.html | 14 ++-- lang/es/help/glossary/studentcanpost.html | 10 +-- 14 files changed, 158 insertions(+), 158 deletions(-) diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 22342433ab..59cf58d804 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -1,40 +1,38 @@ -<?PHP // $Id$ - // glossary.php - created with Moodle 1.1 Beta (2003082001) - -$string['addentry'] = "Add entry"; -$string['allentries'] = "ALL"; -$string['allowduplicatedentries'] = "Are duplicated entries allowed?"; -$string['areyousuredelete'] = "Are you sure you want to delete this entry?"; -$string['canstudentpost'] = "Can the students add entries?"; -$string['concept'] = "Concept"; -$string['concepts'] = "Concepts"; -$string['definition'] = "Definition"; -$string['definitions'] = "Definitions"; -$string['deleteentry'] = "Delete entry"; -$string['displayformat'] = "Display format?"; -$string['displayformatwouser'] = "Full with author."; -$string['displayformatwuser'] = "Full without author."; -$string['displayformatsimple'] = "Simple, dictionary style"; -$string['dontallowduplicates'] = "No, don't allow duplicates."; -$string['editentry'] = "Edit entry"; -$string['entryalreadyexist'] = "Entry already exist."; -$string['entrydeleted'] = "Entry deleted."; -$string['entryexported'] = "Entry succesfully exported."; -$string['exporttomainglossary'] = "Export to main glossary"; -$string['isthisthemainglossary'] = "Is this the main glossary of this course?"; -$string['itisthemainglossary'] = "Yes, it is."; -$string['itisntthemainglossary'] = "No, it is not."; -$string['modulename'] = "Glossary"; -$string['modulenameplural'] = "Glossaries"; -$string['newglossaryentries'] = "New glossary entries:"; -$string['noentries'] = "No entries found in this section"; -$string['noentry'] = "No entry found."; -$string['selectletter'] = "Select the letter you want to look for.<p><b>Special</b> will show all concepts that does not begin with a letter.<br><b>ALL</b> will show all entries in one page."; -$string['searchconcept'] = "Search concept:"; -$string['searchindefinition'] = "Search in concept AND definitions?"; -$string['special'] = "Special"; -$string['studentcanpost'] = "Yes, the students can add entries"; -$string['studentcantpost'] = "No, the students can't add entries"; -$string['writtenby'] = "By"; -$string['yesallowduplicates'] = "Yes, allow duplicates."; -?> \ No newline at end of file +<?PHP // $Id$ + // glossary.php - created with Moodle 1.1 Beta (2003082001) + +$string['addentry'] = "Add entry"; +$string['allentries'] = "ALL"; +$string['allowduplicatedentries'] = "Are duplicated entries allowed?"; +$string['alphabet'] = "A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z"; +$string['areyousuredelete'] = "Are you sure you want to delete this entry?"; +$string['attachment'] = "Attachment"; +$string['studentcanpost'] = "Students can add entries"; +$string['concept'] = "Concept"; +$string['concepts'] = "Concepts"; +$string['definition'] = "Definition"; +$string['definitions'] = "Definitions"; +$string['deleteentry'] = "Delete entry"; +$string['displayformat'] = "Display format?"; +$string['displayformatdefault'] = "Simple, dictionary style"; +$string['displayformat1'] = "Full with author."; +$string['displayformat2'] = "Full without author."; +$string['editentry'] = "Edit entry"; +$string['entryalreadyexist'] = "Entry already exist."; +$string['entrydeleted'] = "Entry deleted."; +$string['entryexported'] = "Entry succesfully exported."; +$string['exporttomainglossary'] = "Export to main glossary"; +$string['glossaryformat'] = "Glossary format"; +$string['mainglossary'] = "Main glossary"; +$string['modulename'] = "Glossary"; +$string['modulenameplural'] = "Glossaries"; +$string['newglossaryentries'] = "New glossary entries:"; +$string['noentries'] = "No entries found in this section"; +$string['noentry'] = "No entry found."; +$string['searchconcept'] = "Search concept:"; +$string['searchindefinition'] = "Search in concept AND definitions?"; +$string['secundaryglossary'] = "Secundary glossary"; +$string['selectletter'] = "Select the letter you want to look for.<p><b>Special</b> will show all concepts that does not begin with a letter.<br><b>ALL</b> will show all entries in one page."; +$string['special'] = "Special"; +$string['writtenby'] = "By"; +?> diff --git a/lang/en/help/glossary/allowduplicatedentries.html b/lang/en/help/glossary/allowduplicatedentries.html index 5122264883..5678655f88 100644 --- a/lang/en/help/glossary/allowduplicatedentries.html +++ b/lang/en/help/glossary/allowduplicatedentries.html @@ -1,5 +1,4 @@ -<P ALIGN=CENTER><B>Permitir definiciones duplicadas?</B></P> - -<P>Indique si desea que el sistema permita ingresar definiciones de conceptos iguales. - -<p>Si selecciona que en efecto si lo desea, el sistema permitirá introducir dos o mas definiciones para un mismo concepto. +<P ALIGN=CENTER><B>Allow duplicated entries</B></P> + +<P>You can specify if the system should or should not accept duplicated entries in the current glossary. + diff --git a/lang/en/help/glossary/displayformat.html b/lang/en/help/glossary/displayformat.html index 30cb08e680..6497b4ec48 100644 --- a/lang/en/help/glossary/displayformat.html +++ b/lang/en/help/glossary/displayformat.html @@ -1,4 +1,10 @@ -<P ALIGN=CENTER><B>Incluir datos del usuario por cada entrada?</B></P> - -<P>El sistema le permite especificar la forma en que desea sean vistas las definiciones. -<p>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 +<P ALIGN=CENTER><B>Display format</B></P> + +<P>The system has three builed-in formats to display entries. You can create your own format if you want. +<p>The default view, is quite simple. It looks like a conventional dictionary. +<p>The second view, shows the entry in a forum-like format, without the author's data. +<p>And the third one, shows the entry also in a forum-like format but with the author's data. +<hr> +<p>If you want to create your own format, you should create a .PHP file and give it a number as its name. See into mod/glossary/formats which should be the next number. +<p>Then, create a funcion called <b>glossary_print_entry_by_format($course, $cm, $glossary, $entry)</b> and dump all your creativity. +<p>The last stemp is to insert a new entry in every language lack you use called <b>displayformat[number]</b>, and give it a meaninful description. \ No newline at end of file diff --git a/lang/en/help/glossary/index.html b/lang/en/help/glossary/index.html index 4ef23561f5..4c4897ea9e 100644 --- a/lang/en/help/glossary/index.html +++ b/lang/en/help/glossary/index.html @@ -1,15 +1,15 @@ -<p>Glosario</p> - -<ul> - - <li><a href="help.php?module=glossary&file=studentcanpost.html">Los estudiantes podrán agregar definiciones?</a> - - <li><a href="help.php?module=glossary&file=allowduplicatedentries.html">Permitir definiciones duplicadas?</a> - - <li><a href="help.php?module=glossary&file=displayformat.html">Incluir datos del usuario por cada entrada?</a> - - <li><a href="help.php?module=glossary&file=mainglossary.html">Es este el glosario principal del curso?</a> - - -</ul> - +<p>Glossary</p> + +<ul> + + <li><a href="help.php?module=glossary&file=studentcanpost.html">Students can post entries</a> + + <li><a href="help.php?module=glossary&file=allowduplicatedentries.html">Allow duplicated entries</a> + + <li><a href="help.php?module=glossary&file=displayformat.html">Display formats</a> + + <li><a href="help.php?module=glossary&file=mainglossary.html">Defining the main glossary of the course</a> + + +</ul> + diff --git a/lang/en/help/glossary/mainglossary.html b/lang/en/help/glossary/mainglossary.html index 686ac9a10c..9f8dc7121c 100644 --- a/lang/en/help/glossary/mainglossary.html +++ b/lang/en/help/glossary/mainglossary.html @@ -1,4 +1,5 @@ -<P ALIGN=CENTER><B>Es este el glosario principal del curso?</B></P> - -<P>El sistema permite exportar definiciones de los glosarios secundarios al glosario principal del sistema. -<p>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 +<P ALIGN=CENTER><B>Defining the main glossary of the course</B></P> + +<P>The system allows to export entries from any secondary glossary to the main one of the course. +<p>In order to do this, you should specify which glossary is the main one. +<p>Note: You can have only one glossary by course. \ No newline at end of file diff --git a/lang/en/help/glossary/mods.html b/lang/en/help/glossary/mods.html index 07d11aa97b..8c187953dd 100644 --- a/lang/en/help/glossary/mods.html +++ b/lang/en/help/glossary/mods.html @@ -1,7 +1,6 @@ -<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif"> <B>Glosario</B></P> -<UL> -<P>Este recurso permite la creación de un glosario de términos creado bien sea por -los profesores o por los estudiantes.<br /> -Las definiciones pueden verse de varias maneras: Con o sin el usuario que las creó.<br /> -Puede realizar búsquedas por inicial o por términos. También puede hacer búsquedas por caracteres especiales. -</UL> +<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif"> <B>Glossary</B></P> +<UL> +<P>This resource allows to create and maintain a dictionary or a list of definitions.<br /> +The entries could be created by teachers or by students and can the show in different formats.<br /> +You can search terms. The glossary also allows to export entries from one glossary to other (the main one) within the same course. +</UL> diff --git a/lang/en/help/glossary/studentcanpost.html b/lang/en/help/glossary/studentcanpost.html index 73e68846ef..9d9aa51f77 100644 --- a/lang/en/help/glossary/studentcanpost.html +++ b/lang/en/help/glossary/studentcanpost.html @@ -1,5 +1,4 @@ -<P ALIGN=CENTER><B>Los estudiantes podrán agregar definiciones?</B></P> - -<P>Indique si desea que los estudiantes puedan o no agregar definiciones al glosario. - -<p>Si seleccionan que en efecto pueden hacerlo, el sistema le permitirá, además, modificar y eliminar sus propias definiciones. +<P ALIGN=CENTER><B>Students can post entries</B></P> + +<P>You can specify if an user can or cannot add, edit or delete his/her own entries in this glossary. +<p><b>Note:</b> A teacher could edit or delete any entry at any time. \ No newline at end of file diff --git a/lang/es/glossary.php b/lang/es/glossary.php index 2b36f5d20f..1c2865bc73 100644 --- a/lang/es/glossary.php +++ b/lang/es/glossary.php @@ -1,40 +1,38 @@ -<?PHP // $Id$ - // glossary.php - created with Moodle 1.1 Beta (2003082001) - -$string['addentry'] = "Agregar definición"; -$string['allentries'] = "TODOS"; -$string['allowduplicatedentries'] = "Permitir definiciones duplicadas?"; -$string['areyousuredelete'] = "Está seguro que desea eliminar esta definición?"; -$string['canstudentpost'] = "Los estudiantes podrán agregar definiciones?"; -$string['concept'] = "Concepto"; -$string['concepts'] = "Conceptos"; -$string['definition'] = "Definición"; -$string['definitions'] = "Definiciones"; -$string['deleteentry'] = "Eliminar definición"; -$string['displayformat'] = "Formato de visualización"; -$string['displayformatwouser'] = "Amplio, sin datos del autor."; -$string['displayformatwuser'] = "Amplio, con datos del autor"; -$string['displayformatsimple'] = "Sencillo, estilo diccionario"; -$string['dontallowduplicates'] = "No, no permitir duplicados."; -$string['editentry'] = "Editar definición"; -$string['entryalreadyexist'] = "Esta entrada ya existe."; -$string['entrydeleted'] = "Definición eliminada."; -$string['entryexported'] = "Concepto exportado exitosamente."; -$string['exporttomainglossary'] = "Exportar al glosario principal."; -$string['isthisthemainglossary'] = "Es este el glosario principal del curso?"; -$string['itisthemainglossary'] = "Si, este es el principal."; -$string['itisntthemainglossary'] = "No, este no el principal."; -$string['modulename'] = "Glosario"; -$string['modulenameplural'] = "Glosarios"; -$string['newglossaryentries'] = "Nuevos conceptos de glosario:"; -$string['noentries'] = "No existen definiciones en esta sección"; -$string['noentry'] = "No existe ninguna definición."; -$string['selectletter'] = "Seleccione la letra para la cual desea ver las entradas del glosario.<p><b>Especial</b> le mostrará todos los términos que comienzan con carácteres no alfabeticos<br><b>TODOS</b> 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 +<?PHP // $Id$ + // glossary.php - created with Moodle 1.1 Beta (2003082001) + +$string['addentry'] = "Agregar definición"; +$string['allentries'] = "TODOS"; +$string['allowduplicatedentries'] = "Permitir definiciones duplicadas"; +$string['alphabet'] = "A|B|C|D|E|F|G|H|I|J|K|L|M|N|Ñ|O|P|Q|R|S|T|U|V|W|X|Y|Z"; +$string['areyousuredelete'] = "Está seguro que desea eliminar esta definición?"; +$string['attachment'] = "Archivo adjunto"; +$string['studentcanpost'] = "Los estudiantes podrán agregar definiciones"; +$string['concept'] = "Concepto"; +$string['concepts'] = "Conceptos"; +$string['definition'] = "Definición"; +$string['definitions'] = "Definiciones"; +$string['deleteentry'] = "Eliminar definición"; +$string['displayformat'] = "Formato de visualización"; +$string['displayformatdefault'] = "Sencillo, estilo diccionario"; +$string['displayformat1'] = "Amplio, sin datos del autor."; +$string['displayformat2'] = "Amplio, con datos del autor"; +$string['editentry'] = "Editar definición"; +$string['entryalreadyexist'] = "Esta entrada ya existe."; +$string['entrydeleted'] = "Definición eliminada."; +$string['entryexported'] = "Concepto exportado exitosamente."; +$string['exporttomainglossary'] = "Exportar al glosario principal."; +$string['glossaryformat'] = "Formato del glosario"; +$string['mainglossary'] = "Glosario Principal"; +$string['modulename'] = "Glosario"; +$string['modulenameplural'] = "Glosarios"; +$string['newglossaryentries'] = "Nuevos conceptos de glosario:"; +$string['noentries'] = "No existen definiciones en esta sección"; +$string['noentry'] = "No existe ninguna definición."; +$string['searchconcept'] = "Buscar concepto:"; +$string['searchindefinition'] = "Buscar en concepto Y en definición?"; +$string['secundaryglossary'] = "Glosario Secundario"; +$string['selectletter'] = "Seleccione la letra para la cual desea ver las entradas del glosario.<p><b>Especial</b> le mostrará todos los términos que comienzan con carácteres no alfabeticos<br><b>TODOS</b> Mostrará todas las entradas en una sóla página."; +$string['special'] = "Especial"; +$string['writtenby'] = "Por"; +?> diff --git a/lang/es/help/glossary/allowduplicatedentries.html b/lang/es/help/glossary/allowduplicatedentries.html index 5122264883..36b75844e9 100644 --- a/lang/es/help/glossary/allowduplicatedentries.html +++ b/lang/es/help/glossary/allowduplicatedentries.html @@ -1,5 +1,5 @@ -<P ALIGN=CENTER><B>Permitir definiciones duplicadas?</B></P> - -<P>Indique si desea que el sistema permita ingresar definiciones de conceptos iguales. - -<p>Si selecciona que en efecto si lo desea, el sistema permitirá introducir dos o mas definiciones para un mismo concepto. +<P ALIGN=CENTER><B>Permitir definiciones duplicadas?</B></P> + +<P>Indique si desea que el sistema permita ingresar definiciones de conceptos iguales. + +<p>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 index 30cb08e680..2210ce3d64 100644 --- a/lang/es/help/glossary/displayformat.html +++ b/lang/es/help/glossary/displayformat.html @@ -1,4 +1,4 @@ -<P ALIGN=CENTER><B>Incluir datos del usuario por cada entrada?</B></P> - -<P>El sistema le permite especificar la forma en que desea sean vistas las definiciones. +<P ALIGN=CENTER><B>Incluir datos del usuario por cada entrada?</B></P> + +<P>El sistema le permite especificar la forma en que desea sean vistas las definiciones. <p>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 index 4ef23561f5..1d98c27d3d 100644 --- a/lang/es/help/glossary/index.html +++ b/lang/es/help/glossary/index.html @@ -1,15 +1,15 @@ -<p>Glosario</p> - -<ul> - - <li><a href="help.php?module=glossary&file=studentcanpost.html">Los estudiantes podrán agregar definiciones?</a> - - <li><a href="help.php?module=glossary&file=allowduplicatedentries.html">Permitir definiciones duplicadas?</a> - - <li><a href="help.php?module=glossary&file=displayformat.html">Incluir datos del usuario por cada entrada?</a> - - <li><a href="help.php?module=glossary&file=mainglossary.html">Es este el glosario principal del curso?</a> - - -</ul> - +<p>Glosario</p> + +<ul> + + <li><a href="help.php?module=glossary&file=studentcanpost.html">Los estudiantes podrán agregar definiciones?</a> + + <li><a href="help.php?module=glossary&file=allowduplicatedentries.html">Permitir definiciones duplicadas?</a> + + <li><a href="help.php?module=glossary&file=displayformat.html">Incluir datos del usuario por cada entrada?</a> + + <li><a href="help.php?module=glossary&file=mainglossary.html">Es este el glosario principal del curso?</a> + + +</ul> + diff --git a/lang/es/help/glossary/mainglossary.html b/lang/es/help/glossary/mainglossary.html index 686ac9a10c..e0606fbb3d 100644 --- a/lang/es/help/glossary/mainglossary.html +++ b/lang/es/help/glossary/mainglossary.html @@ -1,4 +1,4 @@ -<P ALIGN=CENTER><B>Es este el glosario principal del curso?</B></P> - -<P>El sistema permite exportar definiciones de los glosarios secundarios al glosario principal del sistema. +<P ALIGN=CENTER><B>Es este el glosario principal del curso?</B></P> + +<P>El sistema permite exportar definiciones de los glosarios secundarios al glosario principal del sistema. <p>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 index 07d11aa97b..e064d3ed5a 100644 --- a/lang/es/help/glossary/mods.html +++ b/lang/es/help/glossary/mods.html @@ -1,7 +1,7 @@ -<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif"> <B>Glosario</B></P> -<UL> -<P>Este recurso permite la creación de un glosario de términos creado bien sea por -los profesores o por los estudiantes.<br /> -Las definiciones pueden verse de varias maneras: Con o sin el usuario que las creó.<br /> -Puede realizar búsquedas por inicial o por términos. También puede hacer búsquedas por caracteres especiales. -</UL> +<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif"> <B>Glosario</B></P> +<UL> +<P>Este recurso permite la creación de un glosario de términos creado bien sea por +los profesores o por los estudiantes.<br /> +Las definiciones pueden verse de varias maneras: Con o sin el usuario que las creó.<br /> +Puede realizar búsquedas por inicial o por términos. También puede hacer búsquedas por caracteres especiales. +</UL> diff --git a/lang/es/help/glossary/studentcanpost.html b/lang/es/help/glossary/studentcanpost.html index 73e68846ef..b913616e99 100644 --- a/lang/es/help/glossary/studentcanpost.html +++ b/lang/es/help/glossary/studentcanpost.html @@ -1,5 +1,5 @@ -<P ALIGN=CENTER><B>Los estudiantes podrán agregar definiciones?</B></P> - -<P>Indique si desea que los estudiantes puedan o no agregar definiciones al glosario. - -<p>Si seleccionan que en efecto pueden hacerlo, el sistema le permitirá, además, modificar y eliminar sus propias definiciones. +<P ALIGN=CENTER><B>Los estudiantes podrán agregar definiciones?</B></P> + +<P>Indique si desea que los estudiantes puedan o no agregar definiciones al glosario. + +<p>Si seleccionan que en efecto pueden hacerlo, el sistema le permitirá, además, modificar y eliminar sus propias definiciones. -- 2.39.5