]> git.mjollnir.org Git - moodle.git/commitdiff
- When guest or students search entries, now they are correctly displayed.
authorwillcast <willcast>
Thu, 18 Sep 2003 15:49:52 +0000 (15:49 +0000)
committerwillcast <willcast>
Thu, 18 Sep 2003 15:49:52 +0000 (15:49 +0000)
lang/en/glossary.php
lang/es/glossary.php

index 85dc9b2fc195c4618c0617850ae74500637fc320..23db683f7b518492ffc03696cfc0b5cca92adc93 100644 (file)
@@ -1,75 +1,44 @@
 <?PHP // $Id$ 
-
       // glossary.php - created with Moodle 1.1 Beta (2003082001)
 
-
-
 $string['addentry'] = "Add entry";
-
 $string['allentries'] = "ALL";
-
 $string['allowduplicatedentries'] = "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['categoryview'] = "Vista por Categoría";
 $string['concept'] = "Concept";
-
 $string['concepts'] = "Concepts";
-
 $string['definition'] = "Definition";
-
 $string['definitions'] = "Definitions";
-
 $string['deleteentry'] = "Delete entry";
-
-$string['displayformat'] = "Display format?";
-
+$string['displayformat'] = "Display format";
 $string['displayformatdefault'] = "Simple, dictionary style";
-
-$string['displayformat1'] = "Full with author.";
-
-$string['displayformat2']  = "Full without author.";
-
+$string['displayformat1'] = "Full without author.";
+$string['displayformat2']  = "Full with 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:";
-
 $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['showspecial'] = "Show 'Special' link";
+$string['showalphabet'] = "Show alphabet";
+$string['showall'] = "Show 'ALL' link";
 $string['special'] = "Special";
-
+$string['standardview'] = "Vista Normal";
+$string['studentcanpost'] = "Students can add entries";
 $string['writtenby'] = "By";
 
 ?>
index 2d8a0ee4f66275586cbfeb7c5d3d331825123e11..108d93adff01762b6d1dcca0982b762f11620303 100644 (file)
@@ -14,8 +14,8 @@ $string['definition'] = "Definici
 $string['definitions'] = "Definiciones";
 $string['deleteentry'] = "Borrar entrada";
 $string['displayformat'] = "Formato de muestra de entradas";
-$string['displayformat1'] = "Completo con autor.";
-$string['displayformat2'] = "Completo sin autor.";
+$string['displayformat1'] = "Completo sin autor.";
+$string['displayformat2'] = "Completo con autor.";
 $string['displayformatdefault'] = "Simple, estilo diccionario";
 $string['editentry'] = "Editar entrada";
 $string['entryalreadyexist'] = "Esta entrada ya existe.";
@@ -34,6 +34,9 @@ $string['searchindefinition'] = "
 $string['secundaryglossary'] = "Glosario secundario";
 $string['selectletter'] = "Seleccione la letra que desea buscar.<p><b>Especial</b> mostrará todos los conceptos que no comiencen con esa palabra.<br><b>TODAS</b> mostrará todas las entradas en una página.";
 $string['special'] = "Especial";
+$string['showspecial'] = "Mostrar enlace 'Especial'";
+$string['showalphabet'] = "Mostrar alfabeto";
+$string['showall'] = "Mostrar enlace 'TODAS'";
 $string['studentcanpost'] = "Los estudiantes pueden agregar entradas";
 $string['writtenby'] = "Por";