From 868cb96a47f987d16405fa20782bf5cabe53fa65 Mon Sep 17 00:00:00 2001 From: willcast <willcast> Date: Thu, 18 Sep 2003 15:54:02 +0000 Subject: [PATCH] - When guest or students search entries, now they are correctly displayed. --- lang/en/glossary.php | 4 ++-- lang/es/glossary.php | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 23db683f7b..90663fd7f5 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -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"; diff --git a/lang/es/glossary.php b/lang/es/glossary.php index 108d93adff..2b8c8bf390 100644 --- a/lang/es/glossary.php +++ b/lang/es/glossary.php @@ -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"; -- 2.39.5