From: willcast Date: Thu, 18 Sep 2003 15:54:02 +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=868cb96a47f987d16405fa20782bf5cabe53fa65;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 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 @@ 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['special'] = "Especial"; +$string['standardview'] = "Vista Normal"; $string['studentcanpost'] = "Los estudiantes pueden agregar entradas"; $string['writtenby'] = "Por";