From 8e68d64a2d05e69408e06cea913d21d682815f98 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 12 May 2004 19:03:42 +0000 Subject: [PATCH] Added some harcoded strings in glossary module (Bug 1062) (http://moodle.org/bugs/bug.php?op=show&bugid=1062) --- lang/en/glossary.php | 3 +++ mod/glossary/config.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lang/en/glossary.php b/lang/en/glossary.php index 7ff50fbb6f..f381d96537 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -69,6 +69,7 @@ $string['displayformat5'] = 'Full without author'; $string['displayformat6'] = 'Entry list'; $string['displayformatcontinuous'] = 'Continuous without author'; $string['displayformatdefault'] = 'Simple, dictionary style'; +$string['displayformatssetup'] = 'Display Formats Setup'; $string['duplicateentry'] = 'Duplicate entry'; $string['editcategories'] = 'Edit categories'; $string['editentry'] = 'Edit entry'; @@ -82,6 +83,7 @@ $string['entryapproved'] = 'This entry has been approved'; $string['entrydeleted'] = 'Entry deleted'; $string['entryexported'] = 'Entry succesfully exported'; $string['entryishidden'] = '(this entry is currently hidden)'; +$string['entryleveldefaultsettings'] = 'Entry Level Default Settings'; $string['entryusedynalink'] = 'This entry should be automatically linked'; $string['explainaddentry'] = 'Add a new entry to the current glossary.
Concept and definition are mandatory fields.'; $string['explainall'] = 'Shows ALL entries on one page'; @@ -99,6 +101,7 @@ $string['filetoimport'] = 'File to import'; $string['filtername'] = 'Glossary Auto-linking'; $string['fillfields'] = 'Concept and definition are mandatory fields.'; $string['fullmatch'] = 'Match whole words only'; +$string['glossaryleveldefaultsettings'] = 'Glossary Level Default Settings'; $string['glossarytype'] = 'Glossary Type'; $string['glosssaryexported'] = 'Glossary exported.'; $string['importcategories'] = 'Import categories'; diff --git a/mod/glossary/config.html b/mod/glossary/config.html index 3e568f28ef..8de4ace692 100644 --- a/mod/glossary/config.html +++ b/mod/glossary/config.html @@ -6,7 +6,7 @@ - + @@ -123,7 +123,7 @@ - + @@ -189,7 +189,7 @@ - +
Glossary Level Default Settings

glossary_entbypage:

Entry Level Default Settings

glossary_linkentries:

Display Formats Setup
-- 2.39.5