From: willcast Date: Thu, 18 Sep 2003 15:49:52 +0000 (+0000) Subject: - When guest or students search entries, now they are correctly displayed. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1edaf3f6f5b34659e718b167bc56ccfeac867732;p=moodle.git - When guest or students search entries, now they are correctly displayed. --- diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 85dc9b2fc1..23db683f7b 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -1,75 +1,44 @@ Special will show all concepts that does not begin with a letter.
ALL 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"; ?> diff --git a/lang/es/glossary.php b/lang/es/glossary.php index 2d8a0ee4f6..108d93adff 100644 --- a/lang/es/glossary.php +++ b/lang/es/glossary.php @@ -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.

Especial mostrará todos los conceptos que no comiencen con esa palabra.
TODAS 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";