]> 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:54:02 +0000 (15:54 +0000)
committerwillcast <willcast>
Thu, 18 Sep 2003 15:54:02 +0000 (15:54 +0000)
lang/en/glossary.php
lang/es/glossary.php

index 23db683f7b518492ffc03696cfc0b5cca92adc93..90663fd7f5ced46a3558ce6bf1b0ad4e68ea3f71 100644 (file)
@@ -7,7 +7,7 @@ $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['categoryview'] = "Vista por Categoría";
+$string['categoryview'] = "By Category";
 $string['concept'] = "Concept";
 $string['concepts'] = "Concepts";
 $string['definition'] = "Definition";
@@ -37,7 +37,7 @@ $string['showspecial'] = "Show 'Special' link";
 $string['showalphabet'] = "Show alphabet";
 $string['showall'] = "Show 'ALL' link";
 $string['special'] = "Special";
-$string['standardview'] = "Vista Normal";
+$string['standardview'] = "Standard View";
 $string['studentcanpost'] = "Students can add entries";
 $string['writtenby'] = "By";
 
index 108d93adff01762b6d1dcca0982b762f11620303..2b8c8bf390e3705c554515b75d513a9e2057f213 100644 (file)
@@ -1,22 +1,22 @@
 <?PHP // $Id$ 
       // glossary.php - created with Moodle 1.1 (2003082800)
 
-
 $string['addentry'] = "Agregar entrada";
 $string['allentries'] = "TODAS";
 $string['allowduplicatedentries'] = "Permitir entradas duplicadas";
-$string['alphabet'] = "A|B|C|CH|D|E|F|G|H|I|J|K|L|LL|M|N|Ñ|O|P|Q|R|S|T|U|V|W|X|Y|Z";
+$string['alphabet'] = "A|B|C|D|E|F|G|H|I|J|K|L|LL|M|N|Ñ|O|P|Q|R|S|T|U|V|W|X|Y|Z";
 $string['areyousuredelete'] = "¿Está seguro que desea borrar esta entrada?";
 $string['attachment'] = "Adjunto";
+$string['categoryview'] = "Vista por Categoría";
 $string['concept'] = "Concepto";
 $string['concepts'] = "Conceptos";
 $string['definition'] = "Definición";
 $string['definitions'] = "Definiciones";
 $string['deleteentry'] = "Borrar entrada";
 $string['displayformat'] = "Formato de muestra de entradas";
+$string['displayformatdefault'] = "Simple, estilo diccionario";
 $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.";
 $string['entrydeleted'] = "Entrada borrada.";
@@ -33,10 +33,11 @@ $string['searchconcept'] = "Buscar:";
 $string['searchindefinition'] = "¿Buscar en conceptos Y definiciones?";
 $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['special'] = "Especial";
+$string['standardview'] = "Vista Normal";
 $string['studentcanpost'] = "Los estudiantes pueden agregar entradas";
 $string['writtenby'] = "Por";