Language files for Glossary module - help files in Spanish still!

This commit is contained in:
moodler 2003-09-16 03:04:32 +00:00
parent 2e2e71a8da
commit 8820896338
7 changed files with 80 additions and 0 deletions

40
lang/en/glossary.php Normal file
View file

@ -0,0 +1,40 @@
<?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.";
?>

View file

@ -0,0 +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.

View file

@ -0,0 +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>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.

View file

@ -0,0 +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>

View file

@ -0,0 +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>Para hacer esto, usted debe especificar cual de los glosarios es el principal. Note que sólo puede tener un glosario principal por curso.

View file

@ -0,0 +1,7 @@
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/glossary/icon.gif">&nbsp;<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>

View file

@ -0,0 +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.